3
votes

According to the JDBC 4.0 Specification, does JDBC set the database session time zone to that of the Java virtual machine (i.e. TimeZone#getDefault())?

1
Is this related to your question? stackoverflow.com/questions/4123534/… - Buhake Sindi
@Elite Gentleman: Yes, the two questions are related. - Derek Mahar

1 Answers

2
votes

No, JDBC by default doesn't do it, but it is possible that your database driver does that. Take a look at the docs of your specific driver.