Open jnurthen opened 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.
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?