9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: 9fans@9fans.net
Subject: Re: [9fans] gmtime() ulong
Date: Mon,  3 Jun 2013 15:11:59 -0400	[thread overview]
Message-ID: <1a3f7ddc348d943dd2b9e49f49173f80@ladd.quanstro.net> (raw)
In-Reply-To: <07ceecfd621281a30ced4eb9226e0c24@hamnavoe.com>

On Mon Jun  3 15:10:31 EDT 2013, 9fans@hamnavoe.com wrote:
> I can't mind-read the intention of the change, but the effect
> is to do unsigned div/mod instead of signed.  This allows the
> time value to be treated as an unsigned 32-bit number, so we
> should be looking at a 2106 problem not a 2038 problem.
>
> Unfortunately while gmtime() is right, asctime() is getting
> its centuries in a twist:
>
> term% date 4070930400
> Thu Jan  1 06:00:00 GMT 2099
> term% date 4102466400
> Fri Jan  1 06:00:00 GMT 2000

is that really going to work out?  plenty of code has
	if(fnthatreturnstime() < 0)
		error case ....

- erik



  reply	other threads:[~2013-06-03 19:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-02 23:31 cinap_lenrek
2013-06-03  1:03 ` cinap_lenrek
2013-06-03  2:28 ` erik quanstrom
2013-06-03 19:09 ` Richard Miller
2013-06-03 19:11   ` erik quanstrom [this message]
2013-06-03 19:15     ` Richard Miller

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=1a3f7ddc348d943dd2b9e49f49173f80@ladd.quanstro.net \
    --to=quanstro@quanstro.net \
    --cc=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).