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