You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/utils/dateUtils.ts: Date formatting may use a hardcoded offset or Date.toISOString() without considering the user's actual timezone preference. Business-day calculations for salary runs and withdrawal delays are off by one day in edge timezones.
src/utils/dateUtils.ts: Date formatting may use a hardcoded offset or
Date.toISOString()without considering the user's actual timezone preference. Business-day calculations for salary runs and withdrawal delays are off by one day in edge timezones.