CurrentTimestamp function
Returns timestamp
 that include date
 and time
 when the function is invoked.
Namespace
datetime
Input
None
Output
timestamp (timestamp
)
Example
Use this function to add the current timestamp to a column.
set-column :timestamp datetime:CurrentTimestamp()
Â
Created in 2020 by Google Inc.