Searched refs:BEGIN_WEEKDAY (Results 1 - 2 of 2) sorted by relevance
/kernel/liteos_m/kal/posix/src/ | ||
H A D | time_internal.h | 63 #define BEGIN_WEEKDAY 4 macro |
H A D | time.c | 559 tp->tm_wday = (BEGIN_WEEKDAY + days) % DAYS_PER_WEEK; in ConvertSecs2Utc() |
Completed in 2 milliseconds