TimeStamp-->Date Time

Hi,
I’m looking how to convert timestamp number to regular Date and Time format.
Any suggestion ?
Thanks

or, convert regular Date and time to timestamp value
of course in TD :slight_smile:
thanks

Can you use these two tscript expressions?

derivative.ca/wiki088/index. … totimecode
derivative.ca/wiki088/index. … detoframe(

No built-in python equivalent yet though.

Cheers,
Rob.

if you are talking about timestamps and not frames, check out the python datetime library.

docs.python.org/dev/library/datetime.html