What is the best way of selecting current timestamp in UTC?
SELECTCURRENT_TIMESTAMP as ct1,timezone('UTC',CURRENT_TIMESTAMP) as ct2,timezone('utc',now()) as ct3,CURRENT_TIMESTAMP at time zone 'UTC' as ct4,NOW() at time zone 'utc' as ct5