9fans archive / 1999 / 01 / 51    prev next

search terms are split using tokenize from:regexp searches From: lines subject:regexp searches Subject: lines before:yyyy[/mm[/dd]] and after:yyyy[/mm[/dd]] specify date range powered by grep(1)
From: G. David Butler gdb@dbS... Subject: Some plan9 y2k problems Date: Thu, 21 Jan 1999 19:05:51 -0600 This brings up another question, why is xtime.wday = (day + 7340036L) % 7; and not xtime.wday = (day + 4) % 7; if(xtime.wday < 0) xtime.wday += 7;