-
Notifications
You must be signed in to change notification settings - Fork 67
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
Looks like Flamerobin is subtracting the timezone again or something like that. #338
Comments
See more here: |
Note: Flamerobin is NOT subtracting the TZ |
As I also commented on the issue on the Firebird tracker, it looks like FlameRobin is showing the UTC time. |
@andy-123 can you take a look? |
I'm sorry for being late. I hope to find time for this in the next few weeks. |
Note: probably the correct place to change it could be at IBPP source, not sure |
See PR (Draft) #362 for current state. |
@arvanus It's unclear to me where the BUG comes from. |
Hi, I'll take a look what it could be ASAP |
Thank you. |
Thanks for testing. Very strange, ... |
Via network, remote servers. |
@andy-123 I found some strange behavior related with manually setting DefaultTimeZone = America/Sao_paulo I submitted a post at firebird-support SQL:
|
I created a small Lazarus project that has the same time problem as flamerobin. I have created a support request for this. |
--set time zone 'America/Sao_paulo';
--set bind of time with time zone to legacy;
--set bind of timestamp with time zone to legacy;
select localtime, current_time, CURRENT_TIMESTAMP from rdb$database
Both columns should have the same timestamp value for Fb4+
The text was updated successfully, but these errors were encountered: