I save all columns in UST. But I need to get all results in a particular timezone. I am using postgres.
I am looking for something like following
SELECT reported_time IN timezone 'Asia/Kolkata' FROM allusers;
I need result in 'Asia/Kolkata' timezone for exporting to a csv