Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

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