CURRENT_TIMESTAMP function. Definition, syntax, examples and common errors using BigQuery Standard SQL. The CURRENT_TIMESTAMP function returns the date and time at the moment the query is evaluated.
The BigQuery CURRENT_TIMESTAMP function returns the date and timestamp at the moment the query is evaluated. The result is returned as UTC.
| now |
|---|
| 2021-02-12T12:25:58.694Z |
TIMESTAMP.CURRENT_TIMESTAMP()SELECT
CURRENT_TIMESTAMP() AS now