Replies: 1 comment 5 replies
-
can you expand on what you tried maybe? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While working on sqlite queries with dates having an explicit timezone, and with a desire to set the timezone programmatically in Java (to ensure tests can run successfully no matter who's executing them), we found that the driver seems to ignore the Java TimeZone settings, but reacts to a TZ environment variable.
Would it be possible to make the JDBC driver code account for the Java timezone instead?
I'm guessing it's an issue with the underling native SQL engine, but want to make sure.
Beta Was this translation helpful? Give feedback.
All reactions