Improving Jaybird time zone support (jdp-2020-06, jdp-2020-07, jdp-2020-09)
3 views
Skip to first unread message
Mark Rotteveel
unread,
Jul 8, 2020, 10:22:52 AM7/8/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to firebi...@googlegroups.com
I want to make some improvements/changes to the time zone support
introduce in Jaybird 4.
I have created several JDPs for this:
- jdp-2020-06 OffsetTime derivation for named zone [1]
This uses 2020-01-01 as the base date for derivation instead of the
current date
- jdp-2020-09 Add ZonedDateTime support [2]
Adds support for java.time.ZonedDateTime (non-standard extension)
and (work in progress):
- jdp-2020-07 Offset conversion for named session zone [3]
Given the ambiguity of named zones, especially with CURRENT_TIME, I
want to introduce an option for Jaybird to connect using the current
time zone offset as the server time zone (even for the JVM default time
zone or explicitly specified named zone).
This could introduce minor issues during DST transitions, but overall
I think it leads to less confusion.