current_dow 150 ext/date/lib/tm2unixtime.c timelib_sll current_dow, difference; current_dow 152 ext/date/lib/tm2unixtime.c current_dow = timelib_day_of_week(time->y, time->m, time->d); current_dow 158 ext/date/lib/tm2unixtime.c time->d -= current_dow; current_dow 162 ext/date/lib/tm2unixtime.c difference = time->relative.weekday - current_dow; current_dow 169 ext/date/lib/tm2unixtime.c time->d -= (7 - (abs(time->relative.weekday) - current_dow));