saheb11 / datejs

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

getTimezone returns null #195

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Date.today().isDaylightSavingTime()
 true

Date.today().toString()
"Thu Apr 16 2015 00:00:00 GMT-0300 (Local Standard Time)"

Date.today().getUTCOffset()
"-0300"

Date.today().getTimezone()
null

What is the expected output? What do you see instead?
"BRT"

What version of the product are you using? On what operating system?
version: 1.0 Alpha-1
IE 11.0.9600.17690
Chrome Version 41.0.2272.118 m

Please provide any additional information below.

Original issue reported on code.google.com by dominicl...@gmail.com on 16 Apr 2015 at 12:53