--- zzzz-none-000/linux-2.4.17/drivers/macintosh/rtc.c 2001-10-15 20:43:24.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/drivers/macintosh/rtc.c 2004-11-24 13:23:25.000000000 +0000 @@ -34,14 +34,13 @@ void get_rtc_time(struct rtc_time *t) { unsigned long nowtime; - + nowtime = (ppc_md.get_rtc_time)(); to_tm(nowtime, t); t->tm_year -= 1900; - t->tm_mon -= 1; - t->tm_wday -= 1; + t->tm_mon -= 1; /* Userland expects 0-11 for a month range */ } /* Set the current date and time in the real time clock. */