How are Dates formatted in Appian

Hello,

Do you know how Appian dates are formatted?  

I created a transaction at 5:01PM CDT and it appears on the database as 2022-08-12 22:01:18.070

Thanks

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Appian stores all dates in a standardized GMT-based decimal format.  We don't see that decimal value (without trying really hard), instead we see the interpretation of what that value means to us.  When we look in the DB, what we see is that decimal value converted back into a (GMT) timestamp value.  In the Appian front-end, either at entry time or after querying the value back from the DB, we see the value in GMT converted back to our timezone.

Reply
  • 0
    Certified Lead Developer

    Appian stores all dates in a standardized GMT-based decimal format.  We don't see that decimal value (without trying really hard), instead we see the interpretation of what that value means to us.  When we look in the DB, what we see is that decimal value converted back into a (GMT) timestamp value.  In the Appian front-end, either at entry time or after querying the value back from the DB, we see the value in GMT converted back to our timezone.

Children