captbaritone / captbaritone/datejs

getTimezoneAbbreviation doesn't recognize DST

Open
#104 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.parse('2010-01-01 6:00').getTimezone()
"PST"
> Date.parse('2010-07-01 6:00').getTimezone()
"MST"

the latter should be "PDT".

perhaps relatedly,

> Date.parse('2010-01-01 6:00').isDaylightSavingTime()
true
> Date.parse('2010-07-01 6:00').isDaylightSavingTime()
true

using svn r194 of DateJS and Chrome 5.0.375.70 (Official Build 48679)
```

Original issue reported on code.google.com by `kevin%de...@gtempaccount.com` on 21 Jun 2010 at 9:03

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.