Redshift - Adding timezone offset (Varchar) to timestamp column
问题 as part of ETL to Redshift, in one of the source tables, there are 2 columns: original_timestamp - TIMESTAMP : which is the local time when the record was inserted in whichever region original_timezone_offset - Varchar : which is the offset to UTC The data looks something like this: original_timestamp original_timezone_offset 2011-06-22 11:00:00.000000 -0700 2014-11-29 17:00:00.000000 -0800 2014-12-02 22:00:00.000000 +0900 2011-06-03 09:23:00.000000 -0700 2011-07-28 03:00:00.000000 -0700 2011