8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

Adjust CURRENT_TIME/CURRENT_TIMESTAMP docs.

This commit is contained in:
Adriano dos Santos Fernandes 2018-07-18 15:52:59 -03:00 committed by Adriano dos Santos Fernandes
parent 2c8faab6aa
commit 330650c4f8

View File

@ -247,7 +247,7 @@ select localtimestamp
# Changes in `CURRENT_TIME` and `CURRENT_TIMESTAMP` # Changes in `CURRENT_TIME` and `CURRENT_TIMESTAMP`
In version 4.0, `CURRENT_TIME` and `CURRENT_TIMESTAMP` are changed to return `TIME WITH TIME ZONE` and `TIMESTAMP WITH TIME ZONE`, different than previous versions, that returned the types without time zone. In version 4.0, `CURRENT_TIME` and `CURRENT_TIMESTAMP` are changed to return `TIME WITH TIME ZONE` and `TIMESTAMP WITH TIME ZONE` (with time zone set to the session time zone), different than previous versions, that returned the types without time zone.
To make transition easier, `LOCALTIME` and `LOCALTIMESTAMP` was added in v3.0.4, so applications can be adjusted in v3 and migrated to v4 without funcional changes. To make transition easier, `LOCALTIME` and `LOCALTIMESTAMP` was added in v3.0.4, so applications can be adjusted in v3 and migrated to v4 without funcional changes.