UTC_TIMESTAMP
La funzione UTC_TIMESTAMP restituisce la data e l'orario corrente nel formato UTC (tempo coordinato universale o tempo civile). La data e l'orario restituiti saranno nel formato 'AAAA-MM-GG HH:MM:SS' oppure 'AAAAMMGGHHMMSS.uuuuuu' a seconda che la funzione sia usata in un contesto stringa o numerico.
SELECT UTC_TIMESTAMP(), UTC_TIMESTAMP() + 0;restituirà:
'2009-03-18 11:53:24', 20090318115324.000000
');







