From: Kurt Roeckx Date: Thu, 13 Aug 2009 20:47:17 +0000 (+0000) Subject: Store the time in the graph data. X-Git-Url: https://git.donarmstrong.com/?p=wannabuild.git;a=commitdiff_plain;h=7b09fee8d7503ca518f28e9ba12951848524c652 Store the time in the graph data. --- diff --git a/bin/wb-graph b/bin/wb-graph index fb85f09..b5dce42 100755 --- a/bin/wb-graph +++ b/bin/wb-graph @@ -36,7 +36,7 @@ while( @ARGV && $ARGV[0] =~ /^-/ ) { } } -my $date=`date +%m/%d/%Y`; +my $date=`date -u "+%m/%d/%Y %T"`; chop($date); print "$date";