Convert UTC timestamp data to Mountain Time using "Format Mask Feature" in Oracle Cloud BI Report
I am using below code in data model to convert UTC to MT in report output. But column looses formatting when exported in excel and used in Pivots. How to achieve the same in .xpt format using format mask feature.
to_char(FROM_TZ(cast(converted_createddate as timestamp), 'GMT') AT TIME ZONE 'America/Denver', 'DD-Mon-YYYY HH:MI:SS PM','nls_date_language=english') as createddate
UTC data - 2025-03-20T17:35:26.897+00:00
Expected data - 20-Mar-2025 11:35:26 AM
Tagged:
0