TIMESTAMP_SECONDS()
function converts a given UNIX timestamp value in seconds from 1970-01-01 00:00:00 UTC into a timestamp. Its syntax can be seen below:
int64
expression representing a UNIX timestamp in seconds, and the return data type is a timestamp.
TIMESTAMP_SECONDS()
functionTIMESTAMP_SECONDS()
function to convert a given UNIX timestamp in seconds into a timestamp:
TIMESTAMP_SECONDS()
function using columns