Important
The SingleStore 9.1 release candidate (RC) gives you the opportunity to preview, evaluate, and provide feedback on new and upcoming features prior to their general availability. In the interim, SingleStore 9.0 is recommended for production workloads, which can later be upgraded to SingleStore 9.1.
LOCALTIMESTAMP
On this page
The LOCALTIMESTAMP() function returns the current time, in the local time zone.
Syntax
LOCALTIMESTAMP()
LOCALTIME()Return Type
DATETIME
Examples
SELECT LOCALTIMESTAMP();
+---------------------+
| LOCALTIMESTAMP() |
+---------------------+
| 2015-03-04 01:13:06 |
+---------------------+Related Topics
Last modified: