From: Paul Eggert Date: Wed, 18 Sep 2013 19:54:53 +0000 (-0700) Subject: * manual/time.texi (TZ Variable): POSIX.1 hour can be 24. X-Git-Tag: upstream/2.20~1180 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=674762d904ee94f57bef064951dadd2d095bc46e;p=platform%2Fupstream%2Flinaro-glibc.git * manual/time.texi (TZ Variable): POSIX.1 hour can be 24. --- diff --git a/ChangeLog b/ChangeLog index 6e8b99f..cbf2485 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-12-17 Paul Eggert + + * manual/time.texi (TZ Variable): POSIX.1 hour can be 24. + 2013-12-17 Joseph Myers * sysdeps/unix/bsd/bits/posix_opt.h: Remove file. diff --git a/manual/time.texi b/manual/time.texi index 1a5aaed..2b27154 100644 --- a/manual/time.texi +++ b/manual/time.texi @@ -2041,7 +2041,7 @@ to get a Coordinated Universal Time value. It has syntax like [@code{+}|@code{-}]@var{hh}[@code{:}@var{mm}[@code{:}@var{ss}]]. This is positive if the local time zone is west of the Prime Meridian and negative if it is east. The hour must be between @code{0} and -@code{23}, and the minute and seconds between @code{0} and @code{59}. +@code{24}, and the minute and seconds between @code{0} and @code{59}. For example, here is how we would specify Eastern Standard Time, but without any Daylight Saving Time alternative: