Hi, Some of my unit test failed after switching to GWT 2.1m1. This is due to the following change: http://code.google.com/p/google-web-toolkit/source/diff?spec=svn8214&r=7629&format=side&path=/trunk/user/src/com/google/gwt/i18n/client/constants/DateTimeConstantsImpl.properties&old_path=/trunk/user/src/com/google/gwt/i18n/client/constants/DateTimeConstantsImpl.properties&old=4905
The "full" format for time has changed from "h:mm:ss a v" to "h:mm:ss a zzzz". The first give me "1:00:00 AM Etc/GMT-1" but the second "1:00:00 AM UTC+1", so the same as the "long" format. Is it a regression? or was there a bug before? Olivier -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
