Tuesday, July 3, 2012

Re: Date Serialization

On 03/07/12 21:41, Daniel F. wrote:

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. 

The timezone offset, by any chance?

Paul

No comments:

Post a Comment