Skip to content

Commit 4beff85

Browse files
committed
Document time zone mapping change in Java 24
1 parent bde0be4 commit 4beff85

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
@@ -218,6 +218,19 @@ Possible workarounds:
218218
--
219219
+
220220
This 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

0 commit comments

Comments
 (0)