Fix typo UCT -> UTC; from Christian Biere in PR lib/19007.
This commit is contained in:
parent
a4cde15ae0
commit
ae475f81fe
|
@ -34,7 +34,7 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91
|
||||
.\" $NetBSD: strftime.3,v 1.16 2002/10/01 18:16:00 wiz Exp $
|
||||
.\" $NetBSD: strftime.3,v 1.17 2002/11/10 19:51:47 kleink Exp $
|
||||
.\"
|
||||
.Dd August 18, 2002
|
||||
.Dt STRFTIME 3
|
||||
|
@ -152,7 +152,7 @@ The range of
|
|||
seconds is (00-61) instead of (00-59) to allow for the periodic occurance
|
||||
of leap seconds and double leap seconds.
|
||||
.It Cm %s
|
||||
is replaced by the number of seconds since the Epoch, UCT (see
|
||||
is replaced by the number of seconds since the Epoch, UTC (see
|
||||
.Xr mktime 3 ) .
|
||||
.It Cm \&%T
|
||||
is replaced by the time in the format
|
||||
|
|
Loading…
Reference in New Issue