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
View of the admin panel ui dropdown list where you can set the timezones for a new user
View of the sqlite db table for timezones
I believe that the db is missing some of the timezones that the browser can evidently see. Seems like there's a difference in behavior in the output of that function call between nodejs 18.19.0 and firefox 123.0.1 on mac sonoma 14.4.
The text was updated successfully, but these errors were encountered:
Amndeep7
changed the title
Difference in behavior between nodejs and browser implementations of Intl.supportedValuesof('timeZone')
Invalid timezones showing up in timezone lists
Mar 21, 2024
View of the admin panel ui dropdown list where you can set the timezones for a new user
View of the sqlite db table for timezones
I believe that the db is missing some of the timezones that the browser can evidently see. Seems like there's a difference in behavior in the output of that function call between nodejs 18.19.0 and firefox 123.0.1 on mac sonoma 14.4.
nodejs
browser
IMO UTC and whatever others are there should probably be supported as an option; however, the easier thing to do would probably be to make this line a call to the api instead of initializing from the browser: https://github.com/mitre/tir/blob/main/components/UserAdmin.vue#L451
The text was updated successfully, but these errors were encountered: