UTC_DATE

Returns the current date, in the UTC time zone.

Syntax

UTC_DATE()

Return Type

Date object.

Examples

SELECT UTC_DATE();
+------------+
| UTC_DATE() |
+------------+
| 2015-03-04 |
+------------+

Related Topics

Last modified: May 31, 2023

Was this article helpful?