Hi,
Pike 7.8.352 (Debian)
In hilfe:
Calendar.now();
(21) Result: Fraction(Thu 7 Apr 2011 12:26:15.216691 CEST)
Calendar.Hour()+Calendar.Minute();
(22) Result: Minute(Thu 7 Apr 2011 12:01 CEST - 13:01 CEST)
Calendar.Month()+Calendar.Minute();
(23) Result: Minute(Fri 1 Apr 2011 0:01 CEST - Sun 1 May 2011 0:01 CEST)
So Hour is calculated from the beginning of the last hour + 1 minute, and Month calculates starting of the month until next month + 1 minute.
I expected the behaviour to be the same as with Calendar.Hour()?
Best regards,
Marc Dirix