Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
zune date bug
1
Name:
Anonymous
2008-12-31 21:14
http://www.zuneboards.com/forums/zune-news/38143-cause-zune-30-leapyear-problem-isolated.html
WTF @ the code they used.
2
Name:
Anonymous
2008-12-31 21:32
year = ORIGINYEAR; /* = 1980 */
while (days > 365)
{
if (IsLeapYear(year) && (days > 366))
{
days -= 366;
year += 1;
}
else
{
days -= 365;
year += 1;
}
}
fixed?
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List