diff options
author | Michael Witten <mfwitten@gmail.com> | 2010-01-17 04:53:52 +0100 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-01-17 04:55:05 +0100 |
commit | f49c451a62913eaf7f3ff03e6df66e2e0f33237b (patch) | |
tree | ed05109d6a2e80db46ac91d8a058e0bae9ec0015 /man2/time.2 | |
parent | 884266b8f1d5b2bca6eb42fd8118313e29caa6ac (diff) |
stime.2, time.2, utimensat.2, ctime.3, difftime.3, ftime.3, getspnam.3, mq_receive.3, mq_send.3, rtime.3, sem_wait.3, strftime.3, strptime.3, timeradd.3, rtc.4, core.5, proc.5, icmp.7, time.7: Global fix: Consistently define the Epoch
All definitions of the Epoch have been refactored to the following:
1970-01-01 00:00:00 +0000 (UTC)
That form is more consistent, logical, precise, and internationally
recognizable than the other variants.
Also, some wording has been altered as well.
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/time.2')
-rw-r--r-- | man2/time.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/time.2 b/man2/time.2 index 5fae9d95..c4b7679b 100644 --- a/man2/time.2 +++ b/man2/time.2 @@ -35,8 +35,8 @@ time \- get time in seconds .BI "time_t time(time_t *" t ); .SH DESCRIPTION .BR time () -returns the time since the Epoch -(00:00:00 UTC, January 1, 1970), measured in seconds. +returns the time as the number of seconds since the Epoch, +1970-01-01 00:00:00 +0000 (UTC). If .I t |