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

Update README.time_zone.md

Fix typo
This commit is contained in:
Roman Simakov 2021-11-07 18:00:42 +03:00 committed by GitHub
parent a72649da0e
commit 1da899ab80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 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 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 `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. given date.
However when converting between `TIMESTAMP` types to `TIME WITH TIME ZONE` that fixed date is However when converting between `TIMESTAMP` types to `TIME WITH TIME ZONE` that fixed date is