We switch our primary timezone from GMT to GMT+1 in the Appian admin console during UK daylight saving time.
In the application, we display all dates using a text() function, like this:
However, as soon as the timezone is updated in the admin console, the displayed date values shift according to the new timezone. This causes the date and time shown in the UI to change even though the stored datetime has not changed.
Is there any way to keep the displayed date consistent regardless of timezone changes?
Discussion posts and replies are publicly visible
Why do you change the timezone? By default the timezone setting includes daylight saving when using timezones have a city or country name in it.
This is not something you should have to do.