From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Witten Subject: [PATCH 3/9] strftime.3: Clarification of %z Date: Thu, 3 Dec 2009 16:39:52 -0600 Message-ID: <1259879998-1140-3-git-send-email-mfwitten@gmail.com> References: <1259879998-1140-1-git-send-email-mfwitten@gmail.com> <1259879998-1140-2-git-send-email-mfwitten@gmail.com> Return-path: In-Reply-To: <1259879998-1140-2-git-send-email-mfwitten-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-man@vger.kernel.org Signed-off-by: Michael Witten --- man3/strftime.3 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/man3/strftime.3 b/man3/strftime.3 index e356ccb..9b1b0b0 100644 --- a/man3/strftime.3 +++ b/man3/strftime.3 @@ -242,7 +242,7 @@ The year as a decimal number without a century (range 00 to 99). The year as a decimal number including the century. .TP .B %z -The time-zone as hour offset from UTC. +The +hhmm or -hhmm numeric time zone (that is, the hour and minute offset from UTC). Required to emit RFC\ 822-conformant dates (using "%a,\ %d\ %b\ %Y\ %H:%M:%S\ %z"). (GNU) .TP -- 1.6.5.2.180.gc5b3e -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html