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
Would you need to handle events in different timezones? or just one global timezone
e.g. Event 1 in tzA, Event 2 in tzB, calendar displayed in tzC. Both events show "shifted" w/r to their hours, but we know they are from a different timezone.
Describe the feature you'd like
Add an option to set the timezone of the calendar.
Options
Option 1
The simple option would be to offset our
moment
dates.Something like this could work when creating new
moment
var:Pro: easy to implement
Con: not the cleanest
Option 2
We could use the
moment-timezone
library.Example:
Pro: clean
Con: additional lib
The text was updated successfully, but these errors were encountered: