Use of the TIMESTAMP keyword
The TIMESTAMP keyword generates a human-readable timestamp from a 32 bit integer containing the UNIX™ time.
Example
The following example would display the current time in the format YYYY-MM-DD HH:MM:SS (for example, 2007-05-24 15:45:19).
text timeStamp = eval(text,'TIMESTAMP($TIME, `%a %b %d %H:%M:%S %Y`)')This timestamp is the result of the example: Thursday, May 24 15:45:19 2007