UTC_TIME

Stai visualizzando una vecchia versione di questo article. Visualizza la versione più recente.

Sintassi

UTC_TIME, UTC_TIME()

Spiegazione

Restituisce l'orario UTC corrente nel formato 'HH:MM:SS' o HHMMSS.uuuuuu, a seconda che la funzione sia usata in un contesto stringa o numerico.

Esempi

MariaDB [(none)]> SELECT UTC_TIME(), UTC_TIME() + 0;
+------------+----------------+
| UTC_TIME() | UTC_TIME() + 0 |
+------------+----------------+
| 17:32:34   |  173234.000000 |
+------------+----------------+
1 row in set (0.00 sec)

MariaDB [(none)]> 

Vedi anche

Commenti

Sto caricando i commenti......
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.