ID EN
Date and Time Functions

UTC_TIME

MySQL 8.4 🇮🇩 Bahasa Indonesia

UTC_TIME, UTC_TIME([fsp])

Syntax

MYSQL
SELECT UTC_TIME(), UTC_TIME() + 0;
'18:07:53', 180753.000000

Contoh

Example

Returns the current UTC time as a value in 'hh:mm:ss' or hhmmss format, depending on whether the function is used in string or numeric context.

MYSQL
SELECT UTC_TIME(), UTC_TIME() + 0;
'18:07:53', 180753.000000