hugsql

2018-11-08T00:13:27.012900Z

jdbc does some weird things with timezones by default. See if this fixes it in your program to ensure consistent timezones:

(java.util.TimeZone/setDefault (java.util.TimeZone/getTimeZone "UTC"))

jasonbell 2018-11-08T06:46:22.013600Z

Thanks @rymndhng I’ll try that out.