CURRENT_DATE_UTC
CURRENT_DATE_UTC
Returns the current date of the system based on the UTC timezone.
Syntax
CURRENT_DATE_UTC() → date
Examples
{{< codeheader "CURRENT_DATE_UTC example" >}}
SELECT CURRENT_DATE_UTC()
-- 2021-07-02
{{< codeheader "CURRENT_DATE_UTC example" >}}
SELECT CURRENT_DATE_UTC
-- 2021-07-02
Usage Notes
This function can be called without the parentheses.