From 7b09fee8d7503ca518f28e9ba12951848524c652 Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Thu, 13 Aug 2009 20:47:17 +0000 Subject: [PATCH] Store the time in the graph data. --- bin/wb-graph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.39.2