FROM_UNIXTIME
Convert Unix timestamp to TIMESTAMP.
Category: Date & Time Functions
Syntax
FROM_UNIXTIME(ts)Arguments
- ts
numberUnix timestamp expressed in seconds.
Returns
TIMESTAMP — Returns the computed result as TIMESTAMP.
Convert Unix timestamp to TIMESTAMP.
Category: Date & Time Functions
FROM_UNIXTIME(ts)number
Unix timestamp expressed in seconds.TIMESTAMP — Returns the computed result as TIMESTAMP.