Skip to main content
August 25, 2022
Question

Time Conversion Issues

  • August 25, 2022
  • 1 reply
  • 0 views

The database shows the 2022-08-01 14:00:00:00, and it is defined as the date time field on data base side. But when I do the query via CDT its shows 08/01/2022 9:00 am CDT ( 5 hour difference )

Please see the CDT defnion below 

Please see the CDT definition below. Please let me know how I can fix these issues such as how I can show the date like database value 

1 reply

mikes0011
Brainy
August 25, 2022

All date/time values are stored in the database as GMT / UTC values.  When displaying anything in the front-end, Appian automatically converts that value to show the equivalent value in the user's chosen time zone (or by default the system's time zone).  This is not an error.

The Expression Guru