summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/unix.mli
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/unix.mli')
-rw-r--r--otherlibs/unix/unix.mli2
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