Hi, > Upon investigation, it appears H2 is incorrectly adjusting the > timestamp when calling JdbcPreparedStatement.setTimestamp(int > parameterIndex, java.sql.Timestamp x, Calendar calendar) (line 654).
Obviously you shouldn't use ValueTimestamp directly. Instead, use the JDBC API. Did you check what other databases do? According to my test cases, H2 works in the same way as other databases (HSQLDB, Derby, PostgreSQL,...). Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
