convert a Unix timestamp to DateTime

Certified Associate Developer

How can I convert a Unix timestamp to DateTime?

  Discussion posts and replies are publicly visible

Parents Reply
  • I was also looking for that function tbh although I haven't used it before.

    And I was wondering how is possible that there isn't available a basic function like this so far. 

    Regarding the conversion, the ePoch timestamp to Appian dateTime conversion is not so accurate. If you check the minutes on the hour are not the same as the current hour. 

    The conversion to date is fine but if you need the response date to be precise, then you need a different formula.

    PS. this is a nice to have function from Appian.

    Edit. there is a function:  fromUnixTimestamp()  but the result is the same as the solution we gave so far. 

Children
No Data