Forum Discussion
samsamsam
6 years agoNew Member
Convert UNIX timestamp to Date time
Hi, I am trying to convert a UNIX time to normal date time display #datetime(1970, 1, 1, 0, 0, 0) + #duration(0, 8, 0,[dateTimeOrigination]/1000) However, it returns the year in Jan 1970. But t...
- 6 years ago
Hi,
Try removing the /1000 part of the code
Gordonlilj
6 years agoSolution Sage
Hi,
Try removing the /1000 part of the code
samsamsam
6 years agoNew Member
Gordonlilj it works perfectly , thank you~😁