jstz icon indicating copy to clipboard operation
jstz copied to clipboard

🌐Timezone detection for JavaScript

Results 12 jstz issues
Sort by recently updated
recently updated
newest added

Hi Thanks for this awesome library. However I am facing an minor issue related with India timezone. If we use **jstz.determine().name()** to detect user current timezone it is returning **"Asia/Calcutta"**,...

Hi, in the beginning of 2019 the Brazilian president [decided to scrape Daylight Savings Time](https://en.wikipedia.org/wiki/Time_in_Brazil#cite_note-16), but [jstz rules were not updated after that](https://github.com/iansinnott/jstz/blob/528b77e9f827ec359cd3f08abe05ff27b597c4d5/dist/jstz.js#L506). I know about at least one application...

When accessing https://www.npmjs.com/package/jstz , the license shows up as none, even though the LICENSE file mentions MIT. I had a look at the `package.json` file, and it seems that the...

help wanted

Converted to ES6 for the benefit of module bundlers, and switched everything to rollup.js to make it a little easier to manage. I also updated mocha and created a test...

Hi, can you please comment on how JSTZ compares to Moment timezone in detecting user's timezone? I will greatly appreciate if you can compare about the reliability, browser, and OS...

Last two releases have no change list associated with them. It would be great if this could be added. Cheers! ![image](https://user-images.githubusercontent.com/822105/48179677-5f564180-e374-11e8-8f27-e6b332f32d49.png)

in wechart Mini Program always return America/Chicago, in browser return(Asia/Shanghai) is right

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

enhancement
question

Hi. Is this compatible with requirejs?