Hello guys, I may have found a bug while trying to parse a String with a given DateTimeFormat.
The date format that I expect is "EEE MMM dd HH:mm:ss Z yyyy". This should parse dates like: Tue Apr 07 22:52:51 +0000 2009 However, the parse fails for some dates, like: Tue Mar 02 23:20:07 +0000 2010 For 99% of failures, it happens for 03/02/2010, between 22:00 - 23:59. I also have 1 failure for 01/24/2010. Am I doing something wrong there? I have looked over the code/pattern in the last 2 hours and could not find anything misspelled. Thanks -- 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.
