SPL File functions.spl
General date and time functions.
Content
- Functions
-
- currentTimestamp(): Get the current time using getTimestamp().
- now(): Get the current time using getTimestamp().
Functions
timestamp now()
Get the current time using getTimestamp(). Alias of getTimestamp with a natural name.
Returns
- Current time.
timestamp currentTimestamp()
Get the current time using getTimestamp(). Alias of getTimestamp with a natural name.
Returns
- Current time.