On 30/06/2012 16:37, Daniel F. wrote:
> I need to parse serialized *java.util.Date* values in Python. Where can I find information
> on the timestamp that represents date and time in the serialized format?
JavaDoc... http://docs.oracle.com/javase/6/docs/api/java/util/Date.html
See getTime()
Yup, probably the timezone offset. We tripped over that too (wrong
dates when the server and client were in different time zones); we
stopped serializing Date objects and switched to sending a customized
y/m/d value instead.
This question comes up so often that it ought to be a priority for GWT 2.6. Perhaps a module setting to for TZ safe date serialization?
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/IMLhxemukckJ.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.