Sourceware Bugzilla – Attachment 7204 Details for
Bug 15968
support for version-3 format tz binary files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
* manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
0001-manual-time.texi-TZ-Variable-POSIX.1-hour-can-be-24.patch (text/plain), 1.31 KB, created by
Paul Eggert
on 2013-09-18 20:21:44 UTC
(
hide
)
Description:
* manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
Filename:
MIME Type:
Creator:
Paul Eggert
Created:
2013-09-18 20:21:44 UTC
Size:
1.31 KB
patch
obsolete
>From 75c97468d1ad79972ee5953f34e566b1ca27ed78 Mon Sep 17 00:00:00 2001 >From: Paul Eggert <eggert@cs.ucla.edu> >Date: Wed, 18 Sep 2013 12:54:53 -0700 >Subject: [PATCH 1/4] * manual/time.texi (TZ Variable): POSIX.1 hour can be 24. > >--- > ChangeLog | 4 ++++ > manual/time.texi | 2 +- > 2 files changed, 5 insertions(+), 1 deletion(-) > >diff --git a/ChangeLog b/ChangeLog >index 19fcc3c..aea9e22 100644 >--- a/ChangeLog >+++ b/ChangeLog >@@ -1,3 +1,7 @@ >+2013-09-18 Paul Eggert <eggert@cs.ucla.edu> >+ >+ * manual/time.texi (TZ Variable): POSIX.1 hour can be 24. >+ > 2013-09-18 Joseph Myers <joseph@codesourcery.com> > Aldy Hernandez <aldyh@redhat.com> > >diff --git a/manual/time.texi b/manual/time.texi >index ff31e28..8de83b3 100644 >--- a/manual/time.texi >+++ b/manual/time.texi >@@ -2037,7 +2037,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: >-- >1.8.3.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15968
: 7204 |
7205
|
7206
|
7207