Page 1 of 1

Convert UNIX Epoch to Timestamp

Posted: Wed May 14, 2014 1:36 pm
by eli.nawas_AUS
Is there a function available to convert unix epoch number (eg 1381816859) to timestamp (eg 2013-10-15 06:00:59)?

Posted: Wed May 14, 2014 6:51 pm
by qt_ky
Yes:

Code: Select all

TimestampFromTimet()
Conversely:

Code: Select all

TimetFromTimestamp()