There are lots of IDs with different timestamp and time zone information like America/New_York or Asia/Shanghai, and now I want to convert them all to UTC+0. I know function date_time(timestamp, "America/New_York") , but I cant convert them based on the filed information because it is typed-in information with quotations
Solved! Go to Solution.
Please show at least 3 example rows of your data with the relevant columns.