now

Description

Returns the current date and time, accurate to the microsecond.

This function may return different results for different time zones.

Syntax

DATETIME NOW()

Examples

MySQL > select now();
+----------------------------+
| now()                      |
+----------------------------+
| 2023-11-18 12:54:34.878000 |
+----------------------------+

keyword

NOW, now