CURRENT_TIMESTAMP_GMT Function

Returns the current GMT date and time.

Category: Date and Time
Returned data type: TIMESTAMP

Syntax

CURRENT_TIMESTAMP_GMT()

Comparisons

The CURRENT_TIMESTAMP_GMT function returns the current GMT date and time. The CURRENT_TIMESTAMP function returns the current date and time for your time zone.

Example

The following statement illustrates the CURRENT_TIMESTAMP_GMT function:
Statements
Results
select current_timestamp_gmt( );
05FEB2014:17:06:34