Dave Cranwell

Results 1 comments of Dave Cranwell

FWIW the below gets me "close enough". It seems that while `moment.tz.names()` doesn't take into account deprecated or links, `moment.tz.zonesForCountry(X)` does 🤷‍♂️ ```js import moment from 'moment-timezone' const zones =...