CURRENT_TIME Function

Returns the current time for your time zone.

Category: Date and Time
Alias: LOCALTIME
Returned data type: TIME

Syntax

CURRENT_TIME

Comparisons

The CURRENT_TIME function returns the current time for your time zone. The CURRENT_TIME_GMT function returns the current time in GMT.

Example

The following statement illustrates the CURRENT_TIME function:
Statements
Results
select current_time;
11:00:49
select localtime;
11:00:49