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
Is there a way to set global default timezone using date-fns regardless of the device timezone? Using moment, I can do something like this moment.tz.setDefault('America/New_York')
The text was updated successfully, but these errors were encountered:
Is there a way to set global default timezone using date-fns regardless of the device timezone? Using moment, I can do something like this
moment.tz.setDefault('America/New_York')
The text was updated successfully, but these errors were encountered: