error using to_timestamp(max(wo.CREATEDTIME)/ 1000) AS "Created Time",
Hi,
I'm creating a custom report using Query Editor,
when I run
to_timestamp(max(wo.CREATEDTIME)/ 1000) AS "Created Time",
I have 2hour difference from result executing via PostgreSQL management.
Any Tips?