captbaritone / captbaritone/datejs

getTimezone returns null

Open
#195 0 comments 0 reactions 0 assignees View on GitHub
auto-migrated Priority-Medium Type-Defect
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.