You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To help to minimise any timezone confusions it would be good to alter the generated code to use the java 8 date time classes to interact with the database.
The text was updated successfully, but these errors were encountered:
there is an initial implementation using LocalDateTime on the dateTimeImplementation branch - not sure that it makes things better though as the dates should be serialised/store as UTC, and perhaps java.util.Date with no timezone handling is actually less confusing.....
To help to minimise any timezone confusions it would be good to alter the generated code to use the java 8 date time classes to interact with the database.
The text was updated successfully, but these errors were encountered: