devkitPro / wut

Let's try to make a Wii U Toolchain / SDK for creating rpx/rpl.
zlib License
244 stars 52 forks source link

wutnewlib: fix gettod implementation #165

Closed GaryOderNichts closed 3 years ago

GaryOderNichts commented 3 years ago

It currently uses OSCalendarTime.tm_sec which contains the seconds of the current minute from 0-59 and not the seconds since the epoch.

exjam commented 3 years ago

Thanks, nice catch.