Lines Matching +full:01 +full:a
6 * Author: Alessandro Zummo <a.zummo@towertech.it>
48 * @time: The number of seconds since 01-01-1970 00:00:00.
62 * The time represented by `time` is given in seconds since 1970-01-01 in rtc_time64_to_tm()
64 * values, we convert it to seconds since 0000-03-01 and then assume it in rtc_time64_to_tm()
66 * Below we do 4 * udays + 3 which should fit into a 32 bit unsigned in rtc_time64_to_tm()
68 * days after 0000-03-01 which is in the year 2939805. in rtc_time64_to_tm()
75 * day of the week, 0000-03-01 was a Wednesday (in the proleptic in rtc_time64_to_tm()
82 * and Schneider [1]. In a few words: it works on the computational in rtc_time64_to_tm()
128 * Recall that January 01 is the 306-th day of the year in the in rtc_time64_to_tm()
157 * Does the rtc_time represent a valid date/time?
178 * Convert Gregorian date to seconds since 01-01-1970 00:00:00.