]> git.donarmstrong.com Git - wannabuild.git/blobdiff - bin/wb-graph
Store the time in the graph data.
[wannabuild.git] / bin / wb-graph
index fb85f093776fc1e9dc2495d26ea86a779ea103e5..b5dce42ed7e18937437c39416dea149db44e61b4 100755 (executable)
@@ -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";