File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,19 @@ Possible workarounds:
8585--
8686+
8787This is caused by https://github.com/FirebirdSQL/firebird/issues/4971[firebird#4971]
88+ * In Java 24, the mapping of some named `WITH TIME ZONE` values changed as Java's mapping of short IDs changed.
89+ This should only affect cases where you explicitly obtain `ZonedDateTime` or `ZonedTime` instances with these named zones.
90+ +
91+ --
92+ ** EST (ID 65136) -> America/Panama;
93+ maps to -05:00 in older Java versions
94+ ** HST (ID 65027) -> Pacific/Honolulu;
95+ maps to -10:00 in older Java versions
96+ ** MST (ID 65002) -> America/Phoenix;
97+ maps to -07:00 in older Java versions
98+ --
99+ +
100+ This is informational only, and not something that we can fix or change in a later Jaybird release.
88101
89102[#general-notes]
90103== General Notes
You can’t perform that action at this time.
0 commit comments