Hi all

When I insert a particular timestamp and then I read it, I am getting 
different time. 

It is not due to timezone issues because this happens in the same machine, 
same execution.
I have tracked it down to the ValueTimestamp object. If you try this:

System.out.println(ValueTimestamp.fromMillis(247047952000l).getTimestamp().getTime());

The output should be the same than the input, that is, "247047952000", but 
instead I am getting "247051552000".

Note that for most of the dates, the input and output are indeed the same.

Is this a bug or I am missing something? If so, is this the right place to 
report it?

thanks a lot!

Memeo

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to