Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
AlexPeshkoff opened this issue Aug 29, 2023 · 0 comments
Closed

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

AlexPeshkoff opened this issue Aug 29, 2023 · 0 comments

Comments

@AlexPeshkoff
Copy link
Member

AlexPeshkoff commented Aug 29, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants