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
I'm not sure if it is intentional or missed. I've tried migrating from date-fns-tz's formatInTimeZone, but discovered that format doesn't support timezone like other functions.
I can assume it should be done a kind of this way const tzDate = new TZDate(dateObject, timeZone) and pass tzDate instead of dateObject to the format function, but I'm not sure.