8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00
This commit is contained in:
Adriano dos Santos Fernandes 2022-01-03 17:14:13 -03:00
parent a16daa9778
commit 352dc2b994

View File

@ -59,7 +59,7 @@ But Firebird also supports region-based time zones in `TIME WITH TIME ZONE` valu
When constructing a `TIME WITH TIME ZONE` value from a literal or conversion its UTC value must
be computed and cannot be changed, so the current date may not be used. In this case the fixed date
`2020-01-01` is used. So when comparing `TIME WITH TIME ZONE` with different time zones the
comparation is done is a manner similar to they being `TIMESTAMP WITH TIME ZONE` values in the
comparation is done in a manner similar to they being `TIMESTAMP WITH TIME ZONE` values in the
given date.
However when converting between `TIMESTAMP` types to `TIME WITH TIME ZONE` that fixed date is