- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
User Story 👥
Timezone should be select list so that I don't have to clink an external link and figure out the valid representation of my timezone.
Implementation Notes
The form only accepts valid tz database names, see:
https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
It looks like a package likehttps://www.npmjs.com/package/tzdata (or similar --> at the implementor's research and discretion) would be helpful.