This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9397 - calendar plugin shows incorrect calendars
Attached to Project:
Rockbox
Opened by Frank Gevaerts (fg) - Friday, 12 September 2008, 21:42 GMT+2
Last edited by Nils Wallménius (nls) - Friday, 03 October 2008, 08:47 GMT+2
Opened by Frank Gevaerts (fg) - Friday, 12 September 2008, 21:42 GMT+2
Last edited by Nils Wallménius (nls) - Friday, 03 October 2008, 08:47 GMT+2
|
DetailsThe calendar plugin shows incorrect calendars on the simulator. The days are of by two, e.g. 12 september 2008 is shown as wednesday instead of friday, and the current day is off by one (today the 12th it shows the 13th)
It works correctly on target |
This task depends upon
94: #ifdef SIMULATOR
95: today->wday = 3;
96: today->mday = 13;
97: #endif
Just removing these lines should fix it.