FROM_UNIXTIME
Deprecated version
This document refers to a deprecated version of the RQL programming language.
Please go here for documentation related to the latest supported version.
Turns a Unix epoch (number of seconds since 01-01-1970, as a long) into the corresponding timestamp.
Syntax
FROM_UNIXTIME(<timestamp>)
Example
FROM_UNIXTIME(1517443320)