CURRENT_TIME_GMT Function
Returns the current GMT time.
Category: |
Date and Time |
Returned data type: |
TIME |
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:
|
|
select current_time_gmt( );
|
|