Skip to main content

UTC_TIME

Returns the current time, in the UTC time zone.

Syntax

UTC_TIME()

Return Type

Time object.

Examples

SELECT UTC_TIME();
****
+------------+
| UTC_TIME() |
+------------+
| 01:15:42   |
+------------+

Related Topics