From 1da899ab80b376215a72310ca452fbc017d5b0fa Mon Sep 17 00:00:00 2001 From: Roman Simakov Date: Sun, 7 Nov 2021 18:00:42 +0300 Subject: [PATCH] Update README.time_zone.md Fix typo --- doc/sql.extensions/README.time_zone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sql.extensions/README.time_zone.md b/doc/sql.extensions/README.time_zone.md index f06dc641e7..e21adc8fd1 100644 --- a/doc/sql.extensions/README.time_zone.md +++ b/doc/sql.extensions/README.time_zone.md @@ -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