I’m ingesting data from some SQL-like system, where I do a SELECT * from TABLE
.
One of the column is of Timestamp
type and I would like to make sure we store the timestamp in UTC.
How can I convert this timestamp to UTC ? Which syntax will work ? Is there anything to be aware of ?