From 9d7f0e1d46a26104755478c76ccd658b11f586ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 16 Mar 2004 00:31:27 +0000 Subject: [PATCH] Set TZ to UTC so dates in the history file will match dates in the logs. --- tools/tools/tinderbox/tbmaster.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tools/tinderbox/tbmaster.pl b/tools/tools/tinderbox/tbmaster.pl index 7e0ed9bff40e..bd01bc22ad81 100644 --- a/tools/tools/tinderbox/tbmaster.pl +++ b/tools/tools/tinderbox/tbmaster.pl @@ -418,6 +418,7 @@ sub tbmaster($) { ### MAIN:{ # Set defaults + $ENV{'TZ'} = "UTC"; $ENV{'PATH'} = "/usr/bin:/usr/sbin:/bin:/sbin"; $INITIAL_CONFIG{'HOSTNAME'} = `/usr/bin/uname -n`; if ($INITIAL_CONFIG{'HOSTNAME'} =~ m/^([0-9a-z-]+(?:\.[0-9a-z-]+)*)$/) {