UTC_TIME() returns the current UTC time. : UTC_TIME : Date Time Functions MySQL TUTORIALS


MySQL TUTORIALS » Date Time Functions » UTC_TIME »

 

UTC_TIME() returns the current UTC time.


The format is in 'HH:MM:SS' or HHMMSS format, depending on whether the function is used in a string or numeric context.

mysql>
mysql> SELECT UTC_TIME(), UTC_TIME() 0;
+------------+----------------+
| UTC_TIME() | UTC_TIME() |
+------------+----------------+
02:46:23   |   24623.000000 |
+------------+----------------+
row in set (0.00 sec)

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Date Time Functions
» UTC_TIME