Searched defs:dow (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DZoneProc.c483 int d, m1, yy0, yy1, yy2, dow; local
527 dow = ((26 * m1 - 2) / 10 +
529 if (dow < 0)
530 dow += DAYSPERWEEK;
533 ** "dow" is the day-of-week of the first day of the month. Get
534 ** the day-of-month (zero-origin) of the first "dow" day of the
537 d = rulep->r_day - dow;

Completed in 344 milliseconds