Skip to content

Display length of timestamp with timezone is wrong in dialect 1 #7731

@AlexPeshkoff

Description

@AlexPeshkoff

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions