I was recently using momentjs but just switched to dayjs. However, I need to get a list of timezones. With momentjs it was pretty simple : moment.tz().names()
, but with dayjs I can't figure out how to do it. I don't want to get 500+ timezone, rather I need I shorter, more compact list that taking account winter/summer hours changes.
Any Idea ?
Intl.supportedValuesOf('timeZone')
– Kerato