Reviewers: jlabanca, jat, Description: Calling new Date(...) with a time that falls in the 'missing hour' of a daylight savings time transition currently behaves differently in java versus javascript. In java, the time is moved forward by an hour, while in javascript it is moved backward, which can result in a confusing change to the datein locations such as Brazil where the transition occurs at midnight. This patch attempts to enforce the java behavior.
Please review this at http://gwt-code-reviews.appspot.com/90802 Affected files: user/super/com/google/gwt/emul/java/util/Date.java --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
