"System property h2.storeLocalTime (default: false). Store the local time. 
If disabled, the daylight saving offset is not taken into account."

*I need to know what happens when this property is set to TRUE to a 
database managed by 1.3.169 version of H2*

   - - It affects DATE and TIME types?
   - - How is the LocalTime stored? Is it stored on a row or column basis?
   - - If affects existing records that are updated or only NEW records 
   committed to the datastore?
   - - What about in terms of compatibility (older / newer driver 
   versions)? Won't a MIX and MATCH of localTime and no LocalTime be a problem?
   - - Is this the only solution to preserve the DATE or TIME that was 
   stored even if the timezone changes?
   - - Is it possible to apply this solution to existing databases? How?

Thanks

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to