Searched refs:is_Jan_or_Feb (Results 1 – 1 of 1) sorted by relevance
59 bool is_Jan_or_Feb, is_leap_year; in rtc_time64_to_tm() local131 is_Jan_or_Feb = day_of_year >= 306; in rtc_time64_to_tm()134 year = year + is_Jan_or_Feb; in rtc_time64_to_tm()135 month = is_Jan_or_Feb ? month - 12 : month; in rtc_time64_to_tm()138 day_of_year = is_Jan_or_Feb ? in rtc_time64_to_tm()
Completed in 8 milliseconds