CURRENT_TIME_GMT Function

Returns the current GMT time.

Category: Date and Time
Returned data type: TIME

Syntax

CURRENT_TIME_GMT()

Comparisons

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

Example

The following statement illustrates the CURRENT_TIME_GMT function:
Statements
Results
select current_time_gmt( );
15:00:49