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.
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.