I have a requirement in which I have to convert a timestamp {with any timezone} column to CST time zone timestamp.
The incoming timezone will be mentioned in another column, please see the table below:
I want to calculate '????'?
P.S. My teradata default timezone setting is CST.
I already tried:
select timestamp AT 'America Central'
but it gives me the same output because my default teradata timezone is CST.
I want to be able to give timezone as input with timestamp to teradata and get the output timestamp in CST.