Examples
TIMENOW()
is equivalent to TIME(NOW())
. See also: NOW(), TIME().
(TIMENOW() - 1)
gives the time one hour in the past.
(TIMENOW() + 1)
gives the time one hour in the future.
(TIMENOW() + 24)
gives the time one day in the future.
Syntax
TIMENOW()
Return Value
A Time value: the current time.