Skip to main content
Version: 0.0.1

CURRENT_DATE_UTC

Categories: System, Date/Time

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.