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

Last modified: May 31, 2023

Was this article helpful?