UTC_TIME
La funzione UTC_TIME restituisce l'orario corrente nel formato UTC (tempo coordinato universale o tempo civile). L'orario restituito è nel formato 'HH.MM.SS' oppure 'HHMMSS.uuuuuu' a seconda che la funzione sia usata in un contesto stringa o numerico.
SELECT UTC_TIME(), UTC_TIME() + 0;restituirà:
'11:52:12', 115212.000000
');







