Mailing List Archive

[Bug 8368] - echo DATE_LOCAL ignores timezone from TZ environment variable
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8368>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8368

echo DATE_LOCAL ignores timezone from TZ environment variable

slive@apache.org changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX



------- Additional Comments From slive@apache.org 2002-04-22 15:18 -------
See:
http://httpd.apache.org/docs/env.html
which will tell you that variables you set at runtime with Apache using
SSI or SetEnv/etc in httpd.conf are not "real" environment variables, in the
sense that they do not get propograted back to the OS environment, but are
rather stored internally by Apache.

Therefore, if you want to change the environment under which Apache itself
operates, you must adjust the environment before launching Apache.