CURRENT_DATE_UTC
Returns the current date of the system based on the UTC timezone.
Syntax
CURRENT_DATE_UTC() → date
Examples
CURRENT_DATE_UTC exampleSELECT CURRENT_DATE_UTC()
-- 2021-07-02
SELECT CURRENT_DATE_UTC
-- 2021-07-02
Usage Notes
This function can be called without the parentheses.