Searched refs:civil (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/unit/timeutil/ |
D | test_s32.c | 15 .civil = "1969-12-31 23:59:59 Wed 365", 27 .civil = "1970-01-01 00:00:00 Thu 001", 39 .civil = "2017-06-27 15:29:23 Tue 178", 56 .civil = "1901-12-14 20:45:51 Sat 348", 68 .civil = "2038-01-19 03:14:07 Tue 019", 82 .civil = "1971-12-31 23:59:59 Fri 365", 94 .civil = "1972-01-01 00:00:00 Sat 001", 106 .civil = "1972-02-28 00:00:00 Mon 059", 118 .civil = "1972-02-29 00:00:00 Tue 060", 130 .civil = "1972-03-01 00:00:00 Wed 061", [all …]
|
D | test_s64.c | 16 .civil = "1901-12-13 20:45:52 Fri 347", 28 .civil = "1901-12-13 20:45:51 Fri 347", 40 .civil = "2038-01-19 03:14:08 Tue 019", 52 .civil = "3999-12-31 23:59:59 Fri 365", 64 .civil = "4000-01-01 00:00:00 Sat 001", 77 .civil = "1899-12-31 23:59:59 Sun 365", 89 .civil = "1900-01-01 00:00:00 Mon 001", 101 .civil = "1900-02-28 00:00:00 Wed 059", 113 .civil = "1900-03-01 00:00:00 Thu 060", 125 .civil = "1900-12-31 00:00:00 Mon 365", [all …]
|
D | main.c | 25 tp->civil, tm.tm_year, tp->tm.tm_year); in timeutil_check() 28 tp->civil, tm.tm_mon, tp->tm.tm_mon); in timeutil_check() 31 tp->civil, tm.tm_mday, tp->tm.tm_mday); in timeutil_check() 34 tp->civil, tm.tm_hour, tp->tm.tm_hour); in timeutil_check() 37 tp->civil, tm.tm_min, tp->tm.tm_min); in timeutil_check() 40 tp->civil, tm.tm_sec, tp->tm.tm_sec); in timeutil_check() 43 tp->civil, tm.tm_wday, tp->tm.tm_wday); in timeutil_check() 46 tp->civil, tm.tm_yday, tp->tm.tm_yday); in timeutil_check() 49 tp->civil, uxtime); in timeutil_check()
|
D | timeutil_test.h | 15 const char *civil; member
|
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/ |
D | README.rst | 11 high-precision (2 ppm) battery backed clock that maintains civil time 44 is set, the civil time will be advanced to the start of the next hour, 69 Five seconds is added to the current time and the civil time 110 faster than civil time on this device. This amount of error is expected
|
/Zephyr-latest/doc/kernel/ |
D | timeutil.rst | 24 the Zephyr clock and the actual time in a "real" civil time scale is not 127 to time scales that legally defined by civil authorities, like local 174 relevant civil and epoch times in several scales: 202 civil time scale. 214 If an application requires civil time accuracy within several seconds then UTC
|