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
Original issue reported on code.google.com by
kevin%de...@gtempaccount.com
on 21 Jun 2010 at 9:03