Skip to main content
Version: 2.5

now, current_timestamp, localtime, localtimestamp

Description​

Returns the current date and time.

This function may return different results for different time zones. For more information, see Configure a time zone.

Syntax​

DATETIME NOW()

Examples​

MySQL > select now();
+---------------------+
| now() |
+---------------------+
| 2019-05-27 15:58:25 |
+---------------------+

keyword​

NOW, now