Subject Re: [Firebird-Java] setTimestamp with Calendar ignores daylight saving settings
Author Roman Rokytskyy
> Appolgies if this has been covered before but I couldn't find any
> references when searching the list.
>
> Before filling a bug report I thought it prudent to post it to this
> list first.

There were discussions on this topic before, but, if I'm not mistaken,
we did not come to a conclusion, which would be right. That was long
time ago, but afair the issue was to ensure that the date would be
correctly read back. There was already a suggestion to use offset
instead of rawOffset, but it had some issues (either it did not work for
all cases or it did not work consistently on all JDKs).

Can you please use the TestFBPreparedStatement.testTimestampWithCalendar
and TestFBPreparedStatement.testTimeWithCalendar and try it with your
fix and with different JDKs?

Roman