This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-12 01:42:49 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2e78f2235b318fb31280bb24fcaec0bdf8d8afed
nuttx
/
libc
/
time
T
History
Gregory Nutt
f087e35676
A little localtime clean-up
2015-04-14 10:46:05 -06:00
..
lib_calendar2utc.c
ix 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.
2015-04-12 09:01:35 -06:00
lib_dayofweek.c
Fix some coding style inconsistencies
2015-04-08 07:02:13 -06:00
lib_daysbeforemonth.c
…
lib_gettimeofday.c
…
lib_gmtime.c
Make some file section headers more consistent with standard
2015-04-08 07:32:08 -06:00
lib_gmtimer.c
Make some file section headers more consistent with standard
2015-04-08 07:32:08 -06:00
lib_isleapyear.c
…
lib_localtime.c
A little localtime clean-up
2015-04-14 10:46:05 -06:00
lib_mktime.c
ix 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.
2015-04-12 09:01:35 -06:00
lib_settimeofday.c
…
lib_strftime.c
Make some file section headers more consistent with standard
2015-04-08 07:32:08 -06:00
lib_time.c
…
Make.defs
Implements CONFIG_TIME_EXTENDED as we discussed relative to providing the last 3 members of the tm struct and support for filling them in and even using the wday in the STM32 RTC. From David Sidrane.
2015-04-08 06:56:43 -06:00