Re: log_filename_prefix --> log_filename + strftime() - Mailing list pgsql-patches

From Ed L.
Subject Re: log_filename_prefix --> log_filename + strftime()
Date
Msg-id 200409201745.01628.pgsql@bluepolka.net
Whole thread Raw
In response to Re: log_filename_prefix --> log_filename + strftime()  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: log_filename_prefix --> log_filename + strftime()
List pgsql-patches
On Monday September 20 2004 5:39, Tom Lane wrote:
> "Ed L." <pgsql@bluepolka.net> writes:
> > +     /*
> > +      * We expect a strftime(%z) result of the form "[+-]HHMM"
> > according to +      * RFC822-conformant dates, where HH:MM is the
> > unsigned UTC offset. +      * If we don't get it, just return zero
> > offset, and let the logs +      * rotate on UTC time boundaries.
> > +      */
> > +
> > +     count = strftime(msg, 6, "%z", localtime(&now));
>
> That might work for you, but it's not portable.

Bummer.  Typo as well.  Suggest a portable way to get the offset?

Ed



pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: log_filename_prefix --> log_filename + strftime()
Next
From: "Ed L."
Date:
Subject: Re: log_filename_prefix --> log_filename + strftime()