From 68bd885112e7ed67b53aaeb9ae20e2f863828dfb Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 12 Apr 2015 09:03:55 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3abbeed3ff9..fd2e43cd46c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10143,4 +10143,12 @@ (2015-04-09). * libc/time/lib_localtime.c: Inconsistent configuration name: CONFIG_LIBC_TZDIR vs CONFIG_LIBC_TZ_TZDIR. Former wins (2015-04-11). + * libc/time/lib_calendar2utc.c and lib_mktime.c: Fix an error in time + initialization when there is not RTC and the time is initialized from + a fixed configured value. The call to clock_calendar2utc() was + returning the time in units of seconds. The initialization logic, + however, was expecting to get time in units of days. This problem + has been there forever but obiously has not significant impact to + behavior in systems where time is not visible (2015-04-12). +