captbaritone / captbaritone/datejs
getTimezone returns null
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.