In MariaDB, CURTIME()
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.
You also have the option of specifying the microsecond precision.
Continue reading