Evan Klitzke wrote:
> Although it is not present in ANSI C, the GNU version of stftime
> supports the conversion character %z, which is a time offset from GMT.
> The four digit time offset is required in RFC 2822 dates/times, and is
> used by a number of other programs as well. I need to convert t
On 6/19/07, Paul Boddie <[EMAIL PROTECTED]> wrote:
> Evan Klitzke wrote:
> > Although it is not present in ANSI C, the GNU version of stftime
> > supports the conversion character %z, which is a time offset from GMT.
> > The four digit time offset is required in RFC 2822 dates/times, and is
> > use
Evan Klitzke wrote:
> Although it is not present in ANSI C, the GNU version of stftime
> supports the conversion character %z, which is a time offset from GMT.
> The four digit time offset is required in RFC 2822 dates/times, and is
> used by a number of other programs as well. I need to convert ti