Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Benjamin Geer <ben@socialtools.net>
To: caml-list@yquem.inria.fr
Cc: Anastasia Gornostaeva <ermine@ermine.pp.ru>
Subject: Re: [Caml-list] .-
Date: Fri, 24 Dec 2004 10:53:38 +0000	[thread overview]
Message-ID: <200412241053.38368.ben@socialtools.net> (raw)
In-Reply-To: <20041224100422.GA10012@ermine.home>

On Friday 24 December 2004 10:04, Anastasia Gornostaeva wrote:
> gives an negative result -7200.000000. Why?

I just tried it and got this result:

        Objective Caml version 3.08.1

# #load "unix.cma" ;;
# open Unix

  let _ =
     let curr_time = time () in
     let curr_tm = gmtime curr_time in
     let new_time, _ = mktime {curr_tm with tm_hour = curr_tm.tm_hour+1} in
     let diff = new_time -. curr_time in
        Printf.printf "%f\n%f\n%f\n"
           curr_time
           new_time
           diff  ;;
1103885443.000000
1103889043.000000
3600.000000
- : unit = ()

Ben


  reply	other threads:[~2004-12-24 10:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-24 10:04 .- Anastasia Gornostaeva
2004-12-24 10:53 ` Benjamin Geer [this message]
2004-12-24 11:25   ` [Caml-list] .- skaller
2004-12-24 11:34     ` Benjamin Geer
2004-12-24 11:07 ` Alexander Fuchs
2004-12-24 11:27   ` Anastasia Gornostaeva
2004-12-24 11:14 ` Julien Cristau
2004-12-24 11:19 ` skaller
2004-12-24 12:14   ` Anastasia Gornostaeva

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=200412241053.38368.ben@socialtools.net \
    --to=ben@socialtools.net \
    --cc=caml-list@yquem.inria.fr \
    --cc=ermine@ermine.pp.ru \
    /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