TimeZone
#588
Replies: 2 comments 3 replies
|
The short answer is that time zone support will appear when Temporal is widely available. Workarounds:
I will also consider using Temporal polyfill. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi!
I’m using vkurko/calendar in a production scheduling system for coaches and ran into a timezone model issue.
Calendar events are provided in the application (coach) timezone, but the calendar itself always operates in the browser/device timezone. Because of this, when a coach is in a different timezone than the user’s device, the grid and nowIndicator become inconsistent with the actual event times.
I saw that timezone support was discussed some time ago, but I wanted to ask if anything has changed since then.
Even a minimal solution would help a lot, for example:
timeZoneoption (Europe/Amsterdam), orAt the moment, the only safe workaround is disabling
nowIndicator, which avoids misleading UI but doesn’t solve the root problem.Just wanted to share real-world usage feedback and ask if timezone support is something you’d consider.
Thanks for the great library!
All reactions