A scalar date/time function that returns the current local time.
Synopsis

{fn CURTIME()}

Description
CURTIME takes no arguments and returns the time as a TIME data type.
Example
Example
This example:
UPDATE Contacts Set LastCall = {fn CURTIME}
  WHERE Contacts.ItemNumber=:item
sets the LastCall field in the selected row of the Contacts table to the current system time.
See Also
CURDATE CURRENT_DATE CURRENT_TIME CURRENT_TIMESTAMP NOW