Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-19 | drivers: rtc: resolve year 2038 problem in rtc_to_tm | Heinrich Schuchardt | |
Our implementation of rtc_to_tm() cannot handle dates of more than 0x7fffffff seconds after 1970-01-01. Adopt the Linux kernel implementation. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> |