Outdated Version

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

UTC_TIMESTAMP

Returns the current time, in the UTC time zone.

Syntax

UTC_TIMESTAMP()

Return Type

Datetime object.

Examples

memsql> select utc_timestamp();
+---------------------+
| utc_timestamp()     |
+---------------------+
| 2015-03-04 01:15:42 |
+---------------------+

Related Topics