summaryrefslogtreecommitdiffstats
path: root/firmware/libc/gmtime.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-03Improve code for gmtime_r()Michael Sevakis1-68/+86
2017-01-26Move intrinsic RTC implmentation differences to driver filesMichael Sevakis1-0/+3
2012-03-18gmtime: avoid a modulusRafaël Carré1-1/+1
2012-03-12fix year calculation in gmtimeBertrik Sikken1-1/+1
2012-03-11gmtime: reduce array size: days in month fit in 8 bitsRafaël Carré1-1/+2
2012-03-11Introduce gmtime.c and use it in the AS3514 RTC driverBertrik Sikken1-0/+112