FromUnixTimestamp
Last updated
Last updated
The FromUnixTimestamp()
function converts a unix timestamp to a date.
This function is NOT SQL compatible. For more information about SQL compatibility, see our .
Returns the date represented by the given unix timestamp
Returns Unknown
if one of the parameter values is unknown or outside the common valid date boundaries.
This function returns the date in the format settings of your project.
Name | Type | Required | Description |
---|
| numeric | A unix timestamp (seconds passed since JAN 01 1970) |