diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-09-18 12:54:53 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-12-17 10:18:09 -0800 |
commit | 674762d904ee94f57bef064951dadd2d095bc46e (patch) | |
tree | f47374d3bdd093335aefa8b4b2d5cafa197b42f6 /manual/time.texi | |
parent | 2fc6557eb89af08a6ca1129cd3cd9ddc62925e8b (diff) | |
download | glibc-674762d904ee94f57bef064951dadd2d095bc46e.zip glibc-674762d904ee94f57bef064951dadd2d095bc46e.tar.gz glibc-674762d904ee94f57bef064951dadd2d095bc46e.tar.bz2 |
* manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
Diffstat (limited to 'manual/time.texi')
-rw-r--r-- | manual/time.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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: |