Home
last modified time | relevance | path

Searched refs:yy1 (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/ext/date/lib/
H A Dparse_posix.c439 int i, d, m1, yy0, yy1, yy2, dow; in calc_transition() local
446 yy1 = yy0 / 100; in calc_transition()
448 dow = ((26 * m1 - 2) / 10 + 1 + yy2 + yy2 / 4 + yy1 / 4 - 2 * yy1) % 7; in calc_transition()

Completed in 8 milliseconds