Data problem issues when is written on DB

For example I have a data and time constant with 01/01/2018 00:00. When I'm trying to write it inside the database somehow my timezone is applied. I tried to set the process to database timezone, applied gmt and local function, but I don't get the value of the above constant inside DB. Any ideas? Thanks

  Discussion posts and replies are publicly visible

Parents
  • Hi Miket,
    I hope you mean Date problem and not Data problem.
    Appian stores and retrieves datetime values as if they are set in the GMT time zone. So if in Appian you have set timezone as EST, when you insert current date and time, Appian will automatically convert into GMT and store it. When you retrieve it through Appian, based on current time zone say EST, GMT date time will convert into EST.
Reply
  • Hi Miket,
    I hope you mean Date problem and not Data problem.
    Appian stores and retrieves datetime values as if they are set in the GMT time zone. So if in Appian you have set timezone as EST, when you insert current date and time, Appian will automatically convert into GMT and store it. When you retrieve it through Appian, based on current time zone say EST, GMT date time will convert into EST.
Children
No Data