summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-12 09:03:55 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-12 09:03:55 -0600
commitd3e8c4c6d6e125f0b6c18ea2a28f4e04b8713704 (patch)
tree467d03d13063e147ab6426c4c2d539c15d1af9b8 /nuttx
parentd4e66c30f16f005c16d354053725832382ac705d (diff)
downloadpx4-nuttx-d3e8c4c6d6e125f0b6c18ea2a28f4e04b8713704.tar.gz
px4-nuttx-d3e8c4c6d6e125f0b6c18ea2a28f4e04b8713704.tar.bz2
px4-nuttx-d3e8c4c6d6e125f0b6c18ea2a28f4e04b8713704.zip
Update ChangeLog
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3abbeed3f..fd2e43cd4 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/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).
+