The BigQuery CURRENT_TIMESTAMP function returns the date and timestamp at the moment the query is evaluated. The result is returned as UTC.
CURRENT_TIMESTAMP()
SELECT CURRENT_TIMESTAMP() AS now