MySQL LOCALTIME() Function
Definition and Usage
The LOCALTIME() function returns the current date and time.
Note: The date and time is returned as "YYYY-MM-DD HH-MM-SS" (string) or as YYYYMMDDHHMMSS.uuuuuu (numeric).
Syntax
LOCALTIME()
Technical Details
Works in: | From MySQL 4.0 |
---|