Icon CURRENT_TIME

Returns the current time.

Syntax
CURRENT_TIME([UTC])

Returns
TIME

Usage
The CURRENT_TIME function returns the current time. Use the UTC designation to indicate that the time returned should be a UTC (Coordinated Universal Time) value.

Information When this function is used with the ElevateDB Server, it will always return the current time for the ElevateDB Server machine.

Examples
INSERT INTO Logins
VALUES (CURRENT_USER(), CURENT_DATE(), CURRENT_TIME())

SQL 2003 Standard Deviations
This function deviates from the SQL 2003 standard in the following ways:

DeviationDetails
UTC ParameterThe UTC parameter is an ElevateDB extension.
Image