Note that this is not related to converting the time zone (I have found that function under Sheets → Layout Settings)
I am trying to use the Format Data → Custom option to format a date field in a table.
Perferred solution: I want to show either as a Zone name (z, which could be displayed as “PST”) or as a Zone Id (ZZZ, which could be displayed as “America/Los_Angeles”).
The QuickSight docs claim that it supports Joda formats; however I am only seeing Z and ZZ supported (-0400, and -04:00, respectively).
As a workaround, I am happy to put in a string in the Custom formatter, like “Jan 1, 2024 12:00am PST”, however as you can see in the image, the S is converted. I have tried escaping with ```,'
, and "
to no avail.
Can someone help me with this please?
Thank you!