Skip to content

Commit 52f6fd1

Browse files
committed
Document time zone mapping change in Java 24
1 parent e3e0beb commit 52f6fd1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/docs/asciidoc/release_notes.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,19 @@ Possible workarounds:
8585
--
8686
+
8787
This 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

0 commit comments

Comments
 (0)