On Friday, August 30, 2013 5:29:46 PM UTC-7, GregD wrote: > Jeremy- > > Looks to be more complicated than that. It maybe like oracle where the > time zone is a property of the connection: SELECT CONNECTION_PROPERTY( > 'TimeZoneAdjustment' ); > > There is a data type of datetimeoffset which is a TIMESTAMP WITH TIME > ZONE. I tried that, but it actually stores the value in a VARCHAR(29). So, > I don't like that. > > I'm thinking I'm going to have to set/get that connection property similar > to how oracle does it. Thoughts? >
If it works, that sounds like a fine way to handle it. Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" 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 http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/groups/opt_out.
