Our application supports users across multiple time zones, so we are facing a need to store timestamps/datetimes that have an associated time zone. Oracle has TIMESTAMP WITH TIME ZONE, and SQL Server 2008 has added datetimeoffset, and both of these appear to meet our needs. DB2 doesn't have anything I can see. H2 doesn't sport anything along these lines, does it?
-- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=.
