For example: ```js const a = 'US Pacific' const b = 'America/Los_Angeles' jstz.timezoneEquality(a, b) // returns true ```
For example: