summaryrefslogtreecommitdiffstats
path: root/tools/tinderbox_build
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tinderbox_build')
-rwxr-xr-xtools/tinderbox_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tinderbox_build b/tools/tinderbox_build
index 862f1c1..44e3dfe 100755
--- a/tools/tinderbox_build
+++ b/tools/tinderbox_build
@@ -82,7 +82,7 @@ sub BuildIt {
82 open F, $file; 82 open F, $file;
83 while (<F>) { 83 while (<F>) {
84 if (/^Version: HEAD-(\d\d\d\d)(\d\d)(\d\d)(\d\d)(\d\d)$/) { 84 if (/^Version: HEAD-(\d\d\d\d)(\d\d)(\d\d)(\d\d)(\d\d)$/) {
85 $StartTime = timelocal(0, $5, $4, $3, ($2 - 1), ($1 - 1900)); 85 $StartTime = timegm(0, $5, $4, $3, ($2 - 1), ($1 - 1900));
86 last; 86 last;
87 } 87 }
88 } 88 }