Hello,

I've found a problem with class TimeOfDay and daylight saving time. Today morning (26 October at 3 AM CEST) we put clock an hour backward. This makes TimeOfDayTest fails as TimeOfDay.MIDNIGHT.next() returns 23:00 and not 24:00. I see that TimeOfDay uses utility class TIme which does not consider daylight saving time. I also noticed that the entire package org.apache.wicket.util.time does not use JodaTime to perform operations on dates. What shall we do? Can be this a serious problem and should we introduce Joda inside Time class?

Reply via email to