Julian Mehnle wrote:

> Description:
> The history timestamping feature of Bash 3.0 does not respect the TZ
> (timezone) environment variable.  It erroneously always uses the system
> clock's configured timezone.

Since it calls strftime(3) to do the formatting, it uses whatever
strftime uses.  There is the usual problem of exported shell
variables finding their way into the environment searched by the
C library functions.  This is why bash attempts to provide a
replacement for getenv().

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet )
                                                Live...Laugh...Love
Chet Ramey, ITS, CWRU    [EMAIL PROTECTED]    http://cnswww.cns.cwru.edu/~chet/


_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to