Nbtwist
05/03/2023, 8:45 PMTO_CHAR ( Contact.lastModifiedDate, 'YYYY-MM-DD HH:MI:SS' ) AS lastModifiedDate
I want this to be in UTC formatraghav
05/03/2023, 8:59 PMNbtwist
05/03/2023, 9:02 PMpablo
05/03/2023, 10:05 PMtransaction.lastModifiedDate
, in my IDE it shows this field stored as a timestamp
without any TZ info.Nbtwist
05/03/2023, 10:34 PMTO_CHAR( SYS_EXTRACT_UTC(Contact.lastModifiedDate), 'YYYY-MM-DD HH24:MI:SS' ) AS lastModifiedDate