I have a date
column in my Oracle 11g RDBMS called changed_utc
.
How do I make sure that the the changedUtc
field from my Squeryl schema is stored as UTC instead of the local timezone of the database?
As much as I would like to I cannot change the column type to timestamp with timezone
.
I very much like having my log timestamps in EST so I would rather not change the JVM default time zone to UTC either.