Skip to main content

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

CURRENT_DATE_UTC example
SELECT CURRENT_DATE_UTC()
-- 2021-07-02
CURRENT_DATE_UTC example
SELECT CURRENT_DATE_UTC
-- 2021-07-02

Usage Notes

This function can be called without the parentheses.