Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 607 Bytes

current_date_utc.md

File metadata and controls

29 lines (21 loc) · 607 Bytes
description
Returns the current date of the system based on the UTC timezone.

CURRENT_DATE_UTC

Syntax

CURRENT_DATE_UTC() → date

Examples

{% code title="CURRENT_DATE_UTC example" %}

SELECT CURRENT_DATE_UTC()
-- 2021-07-02

{% endcode %}

{% code title="CURRENT_DATE_UTC example" %}

SELECT CURRENT_DATE_UTC
-- 2021-07-02

{% endcode %}

Usage Notes

This function can be called without the parentheses.