aboutsummaryrefslogtreecommitdiffstats
path: root/man7/time.7
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2010-01-17 04:53:52 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2010-01-17 04:55:05 +0100
commitf49c451a62913eaf7f3ff03e6df66e2e0f33237b (patch)
treeed05109d6a2e80db46ac91d8a058e0bae9ec0015 /man7/time.7
parent884266b8f1d5b2bca6eb42fd8118313e29caa6ac (diff)
downloadman-pages-f49c451a62913eaf7f3ff03e6df66e2e0f33237b.tar.gz
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 'man7/time.7')
-rw-r--r--man7/time.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/time.7 b/man7/time.7
index 69c08cd2e4..7c22da0a0e 100644
--- a/man7/time.7
+++ b/man7/time.7
@@ -124,7 +124,7 @@ HRTs are not supported on all hardware architectures.
.SS "The Epoch"
Unix systems represent time in seconds since the
.IR Epoch ,
-which is defined as 0:00:00 UTC on the morning of 1 January 1970.
+1970-01-01 00:00:00 +0000 (UTC).
A program can determine the
.I "calendar time"