This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PING][PATCH][BZ #926] Mention timezone for strftime %s


On Sat, Oct 12, 2013 at 06:58:35PM +0200, OndÅej BÃlka wrote:
> Hi,
> 
> this is next bug that received no response. Patch is following, take it
> or close bug I am sligthly for adding it.
> 
> 	* manual/time.texi (strftime): Mention that %s uses current
> 	timezone.
> 
> diff --git a/manual/time.texi b/manual/time.texi
> index ff31e28..33a55ef 100644
> --- a/manual/time.texi
> +++ b/manual/time.texi
> @@ -1277,6 +1277,7 @@ but was previously available as a GNU extension.
>  @item %s
>  The number of seconds since the epoch, i.e., since 1970-01-01 00:00:00 UTC.
>  Leap seconds are not counted unless leap second support is available.
> +Note that like mktime, this uses the current time zone instead of tm_gmtoff.
>  
>  This format is a GNU extension.
>  

-- 

Too many interrupts


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]