Out of 3 environments (dev, test and prod), prod is giving wrong output to a default datetime conversion. Attached screenshots.
How to resolve this? Does it depend on some settings?Dev environment - First rule input is converted to GMT-4:00
Prod Environment - First rule input is converted to GMT-5:00
Created and deployed the same rule across environments, just to verify that I am not doing anything wrong. Appian Version 25.1Hosting: Cloud
Discussion posts and replies are publicly visible
Did you check the timezone settings for each user account?
This is my blog post on time in Appian: appian.rocks/.../
Check the Admin Console-> Internationalization->primary time zone settings are same between dev and prod. If these are same then check if the user's timezone are causing this issue.
Thanks guys. Issue have been resolved. There was a time zone difference between dev and prod in user's settings. For prod, it was EST (America/ Detroit) while for dev, it was EST5EDT