ToUnixTimestamp
The ToUnixTimestamp()
function converts a date to a unix timestamp.
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Returns the date as a unix timestamp.
Returns Unknown
if one of the parameter values is unknown or outside the common valid date boundaries.
Syntax
Parameters
Name
Type
Required
Description
date
date time
☑️
a date value
Last updated