I'm trying to use the gmt() function in order to change a displayed time. The function takes a date time and a timezone. However, the documentation does not show a complete list of acceptable values for timezone. Is there somewhere else I can find this information?
Discussion posts and replies are publicly visible
Hi austins945,
Most probably the JAVA timezone list should be the one you can refer to:
tutorials.jenkov.com/.../java-util-timezone.html
You have to scroll down a bit to see the complete list.
However, it's also possible to user other values such as "GMT-6:00" as described in teh Appian documentation here:
docs.appian.com/.../fnc_date_and_time_gmt.html
Hope that helps
Cheers
Kai
this seems to be outdated, I ran the GMT function over all time zones in list. There were few failures: Asia/Riyadh87, Asia/Riyadh88, etc...
Since its a very old post, things might have changed since then! Can you elaborate on the issue you are facing i.e. what do you mean by failures for few timezones etc