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
The javascript Internationalization API now exposes the browser/OS's timezone through an API which could be used to give a more consistent experience (the offset could still be used if this was unavailable for any reason).
At the moment, when rendering the initial page view, timezon.es uses
moment.js
to get and display the user's current offset from UTC:timezon.es/src/ftz.js
Lines 426 to 428 in 7e375b5
For all other cities added to the page, the IANA timezone from the tz database is displayed:
timezon.es/src/ftz.js
Lines 284 to 293 in 7e375b5
The javascript Internationalization API now exposes the browser/OS's timezone through an API which could be used to give a more consistent experience (the offset could still be used if this was unavailable for any reason).
The text was updated successfully, but these errors were encountered: