Archives of the TeradataForum
Message Posted: Fri, 20 May 2011 @ 09:26:20 GMT
Subj: | | Changing Timezones |
|
From: | | Christopher Gleeson |
If I have a timestamp with time zone, is there a way to change the time zone?
eg if a table contains the time 1/01/2000 10:37:58+02:00 how can I change it to the same time but in UTC so 1/01/2000 08:37:58+00:00
The Teradata 12 SQL Reference Functions and Operators has a section on Convert TIMESTAMP data to a TIMESTAMP value with different precision
information or WITH TIME ZONE definition. which sounds like what I want but I can t quite follow it and it doesn t have a good example.
Thanks
Chris.
|