From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=AWL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id C3260BBC1 for ; Mon, 24 Mar 2008 19:33:32 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAPeQ50fAXQIn/2dsb2JhbACjeoN+ X-IronPort-AV: E=Sophos;i="4.25,547,1199660400"; d="scan'208";a="24129706" Received: from concorde.inria.fr ([192.93.2.39]) by mail4-smtp-sop.national.inria.fr with ESMTP; 24 Mar 2008 19:33:32 +0100 Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id m2OIXWVo007976 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Mon, 24 Mar 2008 19:33:32 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmQBAPeQ50dA6ba/Z2dsb2JhbACRFw0DBAUHFpItg34 X-IronPort-AV: E=Sophos;i="4.25,547,1199660400"; d="scan'208";a="8748074" Received: from nf-out-0910.google.com ([64.233.182.191]) by mail2-smtp-roc.national.inria.fr with ESMTP; 24 Mar 2008 19:33:31 +0100 Received: by nf-out-0910.google.com with SMTP id g13so1009656nfb.7 for ; Mon, 24 Mar 2008 11:33:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=Ibco+AvR2Cl4akY69WK9MW3qt2mzFIIVSV4djKGUtRg=; b=dwPlR+8W9YA5I6wC+DCI/EBijwzudVuImflRuxeycvgeIqCTFDdFcMPWIFGQF//386f2iOer52T1KMrd/Ptb7b+vK/WL5c1vsbmvQHSonNOW1CUqUFcDGzxEKcLntxhzJIfzNWJ1noZXo+j8YOCR5KMInxSjkw/AZLV2Us+/+C0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=Z0Mq4A1KxWg9DQNrFmlOuIJVdmgkTwOHSEeDWkVStEnuWCosyY97K7hD53h1f5vaoZC5grhAlJQ7Vip2N0JAP1kjAna5RXbuW8sVcpz6diSYkZENbckdKTomvZL6etkTKu/SCsdynrziAwJQbWOSdvahPl3EzBcT1hc4VlO92Ns= Received: by 10.78.68.18 with SMTP id q18mr15102403hua.72.1206383608366; Mon, 24 Mar 2008 11:33:28 -0700 (PDT) Received: by 10.78.157.6 with HTTP; Mon, 24 Mar 2008 11:33:28 -0700 (PDT) Message-ID: <4a051d930803241133k3da856bag897c5dfecb09975@mail.gmail.com> Date: Mon, 24 Mar 2008 14:33:28 -0400 From: "Christopher L Conway" Sender: christopherleeconway@gmail.com To: caml-list Subject: NaN's in the date field of the mailing list archive MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: fc7eb2b2e0fec6de X-Miltered: at concorde with ID 47E7F3FC.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; bug:01 ocaml's:01 ocaml:01 javascript:98 threads:01 threads:01 caml-list:01 caml-list:01 strings:01 data:02 caml:02 caml:02 archives:02 bugs:03 chris:06 Has anybody else noticed that the mailing list archives have a bug where the data is always displayed as "NaN-NaN-NaN (NaN:NaN)"? This is visible on the main index page [1] and on any individual message page (e.g., [2]), but not on the "Index by Dates" or "Index by Threads" pages for individual months (e.g., [3,4]). This can be inconvenient when you enter a thread via Google and attempt to derive some context for it. It's also bad marketing (blatant user-visible bugs on OCaml's flagship advocacy site). I don't know if this is coming from OCaml code or some Javascript, PHP, whatever... It's definitely on the server side, because the NaN strings appear in the HTML source. Chris [1] http://caml.inria.fr/pub/ml-archives/caml-list/ [2] http://caml.inria.fr/pub/ml-archives/caml-list/2008/03/486fa33f153aafd82aa105c3ee288017.en.html [3] http://caml.inria.fr/pub/ml-archives/caml-list/2008/03/index.en.html [4] http://caml.inria.fr/pub/ml-archives/caml-list/2008/03/threads.en.html