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 @@ -218,6 +218,19 @@ Possible workarounds:
218218--
219219+
220220This is caused by https://github.com/FirebirdSQL/firebird/issues/4971[firebird#4971]
221+ * In Java 24, the mapping of some named `WITH TIME ZONE` values changed as Java's mapping of short IDs changed.
222+ This should only affect cases where you explicitly obtain `ZonedDateTime` or `ZonedTime` instances with these named zones.
223+ +
224+ --
225+ ** EST (ID 65136) -> America/Panama;
226+ maps to -05:00 in older Java versions
227+ ** HST (ID 65027) -> Pacific/Honolulu;
228+ maps to -10:00 in older Java versions
229+ ** MST (ID 65002) -> America/Phoenix;
230+ maps to -07:00 in older Java versions
231+ --
232+ +
233+ This is informational only, and not something that we can fix or change in a later Jaybird release.
221234
222235 [#support]
223236== Support
You can’t perform that action at this time.
0 commit comments