How do you retrieve the date/time? I mainly use timestamp and store/retrieve them as a timestamp, which is a millisecond offset from the epoch that holds no timezone info. Same value goes in and out, whatever the current timezone is. But if you retrieve dates/times in string format you force H2 to do a translation on the timestamp, which means it needs to assume a timezone.
So you need to tell us exactly what you are doing. -- 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 https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
