summaryrefslogtreecommitdiff
path: root/lib/date.c
AgeCommit message (Collapse)AuthorFilesLines
2019-12-07lib: add mktime64() for linux compatibilityAKASHI Takahiro1-0/+20
This function will be used in lib/crypto/x509_cert_parser.c, which will also be imported from linux code in a later commit. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
2019-12-07rtc: move date.c from drivers/rtc/ to lib/AKASHI Takahiro1-0/+99
In the next commit, rtc_mktime(), for compatibility with linux, will be implemented using rtc_mktime(), which is no longer drivers/rtc specific. So move this file under lib/. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>