We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Flamerobin does not display time zone information even if the returned query specifically asks for results that would include timezone information.
For example (firebird isql, firebirdsql 5) SQL> select current_timestamp from rdb$database;
CURRENT_TIMESTAMP
========================================================= 2024-07-02 13:54:31.0310 Etc/UTC
SQL>
Flamerobin example
This is even when flamerobin understands the returned value has a timezone value
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Flamerobin does not display time zone information even if the returned query specifically asks for results that would include timezone information.
For example
(firebird isql, firebirdsql 5)
SQL> select current_timestamp from rdb$database;
=========================================================
2024-07-02 13:54:31.0310 Etc/UTC
SQL>
Flamerobin example
This is even when flamerobin understands the returned value has a timezone value
The text was updated successfully, but these errors were encountered: