jstz
jstz copied to clipboard
does jstz provide an method for evaluating timezone equality?
For example:
const a = 'US Pacific'
const b = 'America/Los_Angeles'
jstz.timezoneEquality(a, b) // returns true
Not that I know of, but the original library was not written by me. I'd refer you to the bitbucket docs: https://bitbucket.org/pellepim/jstimezonedetect
I'd also welcome a PR if you feel like adding such functionality :)