Searched refs:EPOCH_WDAY (Results 1 – 2 of 2) sorted by relevance
135 #define EPOCH_WDAY TM_THURSDAY // Use this for 32-bit time_t macro
154 tmp->tm_wday = (int) ((EPOCH_WDAY + days) % DAYSPERWEEK); in timesub()