w3c / calendar

W3C Calendar
19 stars 8 forks source link

Timezones in picker are not well known and hard to pick the right one #81

Open jnurthen opened 2 years ago

jnurthen commented 2 years ago

Consider using more commonly chosen timezone names so people can find them more easily. There are over 400 Timezones to choose from in the current picker.

Compare to Outlook's implementation:

Maybe just adding a Get My Timezone button and using the geo-location APIs would be enough to solve this for most users?

swickr commented 2 years ago

The picker currently does a string match and filters the list accordingly. That seems useful to retain, in addition to sorting by UTC offset. If UTC offset were added then presumably typing "-5" would be sufficient to identify a city in the same timezone as Boston.