]> git.donarmstrong.com Git - wannabuild.git/commitdiff
Store the time in the graph data.
authorKurt Roeckx <kurt@roeckx.be>
Thu, 13 Aug 2009 20:47:17 +0000 (20:47 +0000)
committerKurt Roeckx <kurt@roeckx.be>
Thu, 13 Aug 2009 20:47:17 +0000 (20:47 +0000)
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";