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())?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
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. |
|||||||||||||||
|