Calling new Date(...) with a time that falls in the 'missing hour' of
a daylight savings time transition currently behaves differently in
(Sun's JDK) Java versus (some browsers') Javascript.  In Java, the time
is moved forward by an hour, while in some browsers it is moved
backward, resulting in a confusing change to the date in locations
such as Brazil where the transition occurs at midnight.  This patch
attempts to enforce the Java behavior.

Review by: bobv



git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@6674 8db76d5a-ed1c-0410-87a9-c151d255dfc7
2 files changed