Good day,
I need to know how to convert epoch time to a normal readable string. I've tried using the following formula but all my dates are consistently off by 5 hours.
here is the formula I used:
dateadd("s",{HPD_HELP_DESK.REPORTED_DATE},date(1970,1,1))
Any help would be greatly appreciated.
Thanks
Jason
I need to know how to convert epoch time to a normal readable string. I've tried using the following formula but all my dates are consistently off by 5 hours.
here is the formula I used:
dateadd("s",{HPD_HELP_DESK.REPORTED_DATE},date(1970,1,1))
Any help would be greatly appreciated.
Thanks
Jason