Outdated Version

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

UTC_TIME

Returns the current time, in the UTC time zone.

UTC_TIME()

Return Type

Time object.

Examples

memsql> select utc_time();
+------------+
| utc_time() |
+------------+
| 01:15:42   |
+------------+