arvanus
arvanus
See more here: https://github.com/FirebirdSQL/firebird/issues/7806#issuecomment-1766296875
Note: Flamerobin is NOT subtracting the TZ
@andy-123 can you take a look? Looks like we need to load ICU someway, and convert every single field to the specific offset taking account the timezone and time itself...
Note: probably the correct place to change it could be at IBPP source, not sure
Hi, I'll take a look what it could be ASAP Thanks
SO, I tried this SQL in a "legacy" Firebird 4.0 ``` select localtime, localtimestamp, current_time, CURRENT_TIMESTAMP, cast(localtime as varchar(42)) as cast_localtime, cast(localtimestamp as varchar(42)) as cast_localtimestamp, cast(current_time as varchar(42)) as...
Via network, remote servers. Also noted that if the server is using the default OS timezone, or is using a fixed in firebird.conf equal to the OS timezone I get...
@andy-123 I found some strange behavior related with manually setting DefaultTimeZone = America/Sao_paulo When not defined the output is correct, but the TZ is odd I submitted a post at...
Hello @hhfiddelke could you provide a patch with the corresponding Bakefile removing? Thanks
Hello, which Fr version are you using? I tried in the latest snapshot, and got this: (I'm using Firebird 5 RC1) 