sobhagya-sahu / datejs

Automatically exported from code.google.com/p/datejs
0 stars 0 forks source link

datejs should support all Time Zones #151

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set your Windows Timezone to Alaskan or Hawaiian.
2. Call new Date().getTimezone()

What is the expected output? What do you see instead?
Expect the AKST or AKDT. Instead it produces null.

Original issue reported on code.google.com by c.philli...@gmail.com on 29 Apr 2012 at 11:20

GoogleCodeExporter commented 8 years ago
Fixed in new i18n settings of my fork! Support for all timezones is now there 
(and localizable!)

available here: https://github.com/abritinthebay/datejs/

Original comment by darkcr...@gmail.com on 15 Sep 2013 at 7:39