Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Useful zsh/datetime things
- X-seq: zsh-users 6686
- From: Dan Nelson <dnelson@xxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Useful zsh/datetime things
- Date: Fri, 10 Oct 2003 11:46:23 -0500
- In-reply-to: <20031010125630.GB15016@xxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <22603.1065722644@xxxxxxx> <1031009172754.ZM10491@xxxxxxxxxxxxxxxxxxxxxxx> <20031009181245.GA22161@xxxxxxxxxxx> <1031010021511.ZM11252@xxxxxxxxxxxxxxxxxxxxxxx> <20031010125630.GB15016@xxxxxxxxxxx>
In the last episode (Oct 10), Phil Pennock said:
> I submitted a patch for FreeBSD 3.x some time ago; the change-request PR
> was closed a couple of years later on the basis that the functionality
> had already been added, and referred to the relevant PR which showed it
> -- the same one! They closed my PR by referring to my PR.
> Head-in-hands moment ...
> http://www.freebsd.org/cgi/query-pr.cgi?pr=misc/20159
That url at the bottom of the PR webpage was not added by the
responder. Gnats automatically adds it to the end of every email. The
%z commit was made to -CURRENT (4.0 at that time) 5 months before you
submitted your PR. I'm not sure why it wasn't merged back into -STABLE
(3.4 at that time).
RCS file: /home/ncvs/src/lib/libc/stdtime/strftime.c,v
revision 1.25
date: 2000/01/28 17:40:42; author: joerg; state: Exp; lines: +17 -1
branches: 1.25.2;
There were so far only 42 different conversion specifications in
strftime(3), add another one. :) %z yields the local timezone's
offset in hours and minutes, as used in RFC822 headers. There's a
precedence for this in Lunux' libc, and Internet software (like Perl
scripts) start using it.
OKed by (wrt. the code freeze): jkh
--
Dan Nelson
dnelson@xxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author