-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TimeZone as IANA timezone or UTC+/- #9
Comments
Although, considering the workshops are specific to a location/timezone, putting just a local time should work, for the purposes of the "event description" |
After further reflection: I think it would be best if the So, Instead of the current solution I would welcome PR that:
|
Should we use this https://developers.google.com/maps/documentation/timezone/intro , or is there a better solution on doing this ? |
Would moment naturally fix this? Aren't there libraries which have solved this problem? |
I did Investigate quite a few options before using |
Ok. I think your comment on removing timezones makes sense. Let's just do that. |
Subtask for #6
The current timezone specification uses IANA timezones like
Asia/Tokyo
. Those timezones are imho. good to read for people. But they also contain the hidden issue that they are subject to change. I.e. the japanese government code get the crazy idea to change their timezone. (this happens on 1/2 countries during one year (average)). It might be more intelligent to change it toUTC+09:00
or so to make it clear. This however brings on the problematic that the UTC timezones disregard Summer/Wintertime so the user will need to think in which timezone she is at the time of the event.So I think we have 3 options:
IANA
codeIANA
optional and just take it from thelat/lng
. Add information in the admin interface that it will use this lat/lng!UTC+/-
codes which brings in Summer/Wintertime chaos.I choose 1) because it seems best to me but am open for counter-arguments.
The text was updated successfully, but these errors were encountered: