select date(s.request_timestamp) dt,
is giving me a column of dates and times in utc. I have tried using
select from_tz
and
select convert_tz
functions but with no luck. I keep getting an error. Any thoughts?
select date(s.request_timestamp) dt,
is giving me a column of dates and times in utc. I have tried using
select from_tz
and
select convert_tz
functions but with no luck. I keep getting an error. Any thoughts?