Subject Re: time zone problem
Author rwilcom
Great! Be sure to change both the encodeTimestamp() and
decodeTimestamp() methods appropriately - both are using the local
machine's time zone inappropriately (they should not use it at all).

Can I get a patch or something for this? We need it!

Thanks!
Ron


--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
> > How do you interpret these results?
>
> Ok, I think I have the explanation: UTC time zone does not have
daylight
> saving time, but CET has/is.
>
> I will apply your fix and will check the results. If test cases
succeed, I
> will commit the change. If they fail, I need a confirmation from
the
> community that this fix is correct.
>
> Thanks!
> Roman