After executing the following
SET BIND OF TIMESTAMP with time zone TO varchar;
select timestamp '2023-08-29 21:22:23.2123 America/Argentina/ComodRivadavia' from rdb$database;
the result is truncated:
29-AUG-2023 21:22:23.2123 America/Argentina/ComodRivadavi
i.e. last a is lost.
After executing the following
the result is truncated:
29-AUG-2023 21:22:23.2123 America/Argentina/ComodRivadavii.e. last
ais lost.