How to convert timestamp to UTC?

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 ?

Hey,

In the sync, there is an option for Ingestion of timestamps without time zones, you can select it and choose the option you want.

I hope this helps.

1 Like