Outdated Version

You are viewing an older version of this section. View current production version.

UTC_DATE

Returns the current date, in the UTC time zone.

Syntax

UTC_DATE()

Return Type

Date object.

Examples

memsql> select utc_date();
+------------+
| utc_date() |
+------------+
| 2015-03-04 |
+------------+

Related Topics