9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: G. David Butler gdb@dbSystems.com
Subject: [9fans] Some plan9 y2k problems
Date: Thu, 21 Jan 1999 19:05:51 -0600	[thread overview]
Message-ID: <19990122010551.qBjF17ekbSzHdHU-JDqp4tR5wQAp5Z7S0A-4vQSZ3wc@z> (raw)

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;




             reply	other threads:[~1999-01-22  1:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-01-22  1:05 G.David [this message]
  -- strict thread matches above, loose matches on Subject: below --
1999-01-22  8:23 Andrew
1999-01-22  4:42 Lucio
1999-01-22  4:33 Dennis
1999-01-22  3:01 G.David
1999-01-22  2:45 G.David
1999-01-13 14:55 presotto
1999-01-13  5:48 Scott
1999-01-12 20:42 presotto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19990122010551.qBjF17ekbSzHdHU-JDqp4tR5wQAp5Z7S0A-4vQSZ3wc@z \
    --to=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).