Hello all!
I am converting Epoch Time to readable time with a DateTimeAdd function and its working except I need it more precise.
My original timestamps are in the form of 1681412524.10937 (all those decimal points!) and using the function:
DATETIMEADD('1970-01-01 00:00:00', Tonumber([Timestamp]), 'seconds')
It obviously loses lots of information going to only seconds, is it possible to retain the decimal points in any way converting out of Epoch time? Thanks !!