Configure an application to use a specific calendar instead of Appian Default Calendar

Hi,

I have an application specific calendar which we have designed to work in EST5EDT timezone for application A.

When this application was deployed to a shared environment (contains 3 other applications) which already has a default calendar that works in GMT timezone,the application A is working based on GMT timezone.

Can someone please let me know what needs to be configured so that application A will use its custom calendar instead of the default calendar present in that environment.

 

Thanks in Advance!

  Discussion posts and replies are publicly visible

Parents Reply
  • The issue is ,I am calculating date time in EST and inserting into database in a pm. When I retrieve it ,Appian considers the datetime as a GMT value and its subtracting the offset and giving an incorrect value.
    I assume that if the application entirely is configured to use the custom calendar which is in EST, the value coming from the database will not have a difference of 4 hours.
    Eg:The value inserted in the database: 6/28/2017 3:25 AM EST
    The value that comes up when I retrieve the same is 6/27/2017 11:25PM EST
Children