--- { "title": "curtime,current_time", "language": "en" } --- # curtime,current_time ## Description ### Syntax `TIME CURTIME()` Get the current date and return it in Time type ## Examples ``` mysql> select current_time(); +----------------+ | current_time() | +----------------+ | 15:25:47 | +----------------+ ``` ## keyword CURTIME,CURRENT_TIME