diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2003-01-21 12:51:55 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2003-01-21 12:51:55 +0000 |
commit | 0bfd8d77d5e55cc383ac40440a87281254d49a28 (patch) | |
tree | 23187d967638d4b60048d2b8f79790b38f035616 | |
parent | 38cd3ccbd769be29a4864ba113105df0151cd043 (diff) |
commentaire
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5384 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | otherlibs/unix/unix.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/unix.mli b/otherlibs/unix/unix.mli index c9040695d..b41c4b84e 100644 --- a/otherlibs/unix/unix.mli +++ b/otherlibs/unix/unix.mli @@ -704,7 +704,7 @@ val gettimeofday : unit -> float val gmtime : float -> tm (** Convert a time in seconds, as returned by {!Unix.time}, into a date and - a time. Assumes Greenwich meridian time zone, also known as UTC. *) + a time. Assumes UTC (Coordinated Universal Time), also known as GMT. *) val localtime : float -> tm (** Convert a time in seconds, as returned by {!Unix.time}, into a date and |