mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-29 00:01:12 +00:00
* manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
This commit is contained in:
parent
2fc6557eb8
commit
674762d904
@ -1,3 +1,7 @@
|
|||||||
|
2013-12-17 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
* manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
|
||||||
|
|
||||||
2013-12-17 Joseph Myers <joseph@codesourcery.com>
|
2013-12-17 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
|
* sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
|
||||||
|
@ -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
|
[@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
|
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
|
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
|
For example, here is how we would specify Eastern Standard Time, but
|
||||||
without any Daylight Saving Time alternative:
|
without any Daylight Saving Time alternative:
|
||||||
|
Loading…
Reference in New Issue
Block a user