The timezone offset, by any chance?
Am Dienstag, 3. Juli 2012 14:42:11 UTC+2 schrieb PhiLho: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()
This does not seem to be the value which I find in the serialized date. I still have to subtract some "magic value" from it.
Paul
No comments:
Post a Comment