CURRENT_TIME
Current server time in the session time zone, with time zone information
TIME WITH TIME ZONE
Caution
|
Data type changed in Firebird 4.0 from |
CURRENT_TIME [ (<precision>) ] <precision> ::= 0 | 1 | 2 | 3
The optional precision argument is not supported in ESQL.
Parameter | Description |
---|---|
precision |
Precision.The default value is 0.Not supported in ESQL |
The default is 0 decimals, i.e. seconds precision.
Note
|
|
Warning
|
CURRENT_TIME and Firebird Time Zone SupportFirebird 4.0 added support for time zones.As part of this support, an incompatibility with the Since Firebird 4.0, In Firebird 5.0, |
select current_time from rdb$database
-- returns e.g. 14:20:19.0000
select current_time(2) from rdb$database
-- returns e.g. 14:20:23.1200