diff options
-rwxr-xr-x | CVSROOT/log_accum.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CVSROOT/log_accum.pl b/CVSROOT/log_accum.pl index 1e5dcc2547ef..b5dbf406e33c 100755 --- a/CVSROOT/log_accum.pl +++ b/CVSROOT/log_accum.pl @@ -158,6 +158,7 @@ sub bump_version { sub build_header { local($version) = @_; local($header); + delete $ENV{'TZ'}; local($sec,$min,$hour,$mday,$mon,$year) = localtime(time); $version = ''; $header = sprintf("%-8s %s %02d/%02d/%02d %02d:%02d:%02d", |