commit | f18046c50d2bb726538a83dfb035bfa592779e9c | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | Wed Feb 28 22:50:53 2018 +0100 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Sat Mar 17 14:20:50 2018 +0100 |
tree | 7ec9f12b2c45b77103ba609e67e2eef2741a0110 | |
parent | 561f8281cf90051bc5f11017ac5ebb21eec45ad9 [diff] |
rtc: fix rtc_time64_to_tm for 3477 The current correction for leap years will fail in 3477. 3476-12-31 being 3477-01-00 because this is 366 leap years after 1970 and 3477 isn't a leap year. Fix that by looping over until days is positive or zero. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>