Forum Discussion

ekodami's avatar
ekodami
Icon for Helper I rankHelper I
1 month ago
Solved

Converting Epoch Datetime into regular datetime format

Hi all, I am trying to convert the epoch datettime from my imported record into a more readable datetime. I am using a nativeQuery to my PostGre database. Here is the formula I have been using and th...
  • nathancwatkins's avatar
    1 month ago

    It's type datetime, not DateTime.

     

    --Nate