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=1.0 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 62F37BC0A for ; Sun, 21 Jan 2007 04:48:50 +0100 (CET) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l0L3mnOW014020 for ; Sun, 21 Jan 2007 04:48:49 +0100 Received: by wx-out-0506.google.com with SMTP id i31so998450wxd for ; Sat, 20 Jan 2007 19:48:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UqDoG/zL3/fHaMH1yRMqCqNDVp24eb10rEtGssqKXnD02O6/omK0/C2fgoJEAW/ZsaWreU1lffOv+cUM30RvK3VdnJPRmVMJy3fkoc7nN31AsF0JyRolYtp0aO3Tp8cRRt0NV0H9vigk8klpSmLOaFzK3B+Tmq7BWR4zKSrboyE= Received: by 10.90.100.2 with SMTP id x2mr4781862agb.1169351328869; Sat, 20 Jan 2007 19:48:48 -0800 (PST) Received: by 10.90.115.6 with HTTP; Sat, 20 Jan 2007 19:48:48 -0800 (PST) Message-ID: <875c7e070701201948x74eadb07o90c9bf1b2bf2eaf1@mail.gmail.com> Date: Sat, 20 Jan 2007 22:48:48 -0500 From: "Chris King" To: "Denis Bueno" Subject: Re: [Caml-list] Time stamp module floating around? Cc: "OCaml Mailing List" In-Reply-To: <6dbd4d000701201842h5130b540x97648a3d2d058e6e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6dbd4d000701201842h5130b540x97648a3d2d058e6e@mail.gmail.com> X-j-chkmail-Score: MSGID : 45B2E2A1.000 on discorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at discorde with ID 45B2E2A1.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; lri:01 signoles:01 wrote:01 caml-list:01 api:01 hump:02 module:03 chris:06 chris:06 stamp:06 looks:08 useful:08 file:08 i'm:09 bit:11 On 1/20/07, Denis Bueno wrote: > I'm looking for simple bit of code that will print human-readable > timestamps. Something suitable for a log file. I noticed Calendar [1] on the Hump a while ago... it looks pretty useful. The API includes a pretty printer. [1] http://www.lri.fr/~signoles/prog.en.html - Chris