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]

Re: [Patch] BZ#14080: Fix daylight time change for the US


> I found in 1003.1-2003 regarding tzset "If TZ is absent from the 
> environment, implementation-dependent default time zone information is 
> used. ". So, we could also use something completely different ;). I 
> guess nobody uses this, so let's stick with my patch.

That is a different case, where we already use the table-driven
/etc/localtime setting.  Here we are talking about a setting like
"TZ=EST5EDT", where POSIX specifies the meaning of the three fields
that were given and is (now) ambiguous about the omitted ones.


Thanks,
Roland


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