In MariaDB, CURRENT_TIME
and CURRENT_TIME()
are synonyms for CURTIME()
.
The CURTIME()
function is a built-in date and time function that returns the current time.
The time is returned in either 'HH:MM:SS'
or HHMMSS.uuuuuu
format, depending on whether the function is being used in a string or numeric context.