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
Returns the current date, in the UTC time zone.
UTC_DATE()
Date object.
SELECT UTC_DATE(); **** +------------+ | UTC_DATE() | +------------+ | 2015-03-04 | +------------+
Related Topics