From 4fa5fa8f61a9fe00c8b0880087d305736e207c47 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 23 Nov 2004 06:51:14 +0000 Subject: Change formats, as suggested by Duraid git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18150 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/NightlyTest.gnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/NightlyTest.gnuplot b/utils/NightlyTest.gnuplot index ebb420e..e24c506 100644 --- a/utils/NightlyTest.gnuplot +++ b/utils/NightlyTest.gnuplot @@ -5,7 +5,7 @@ set output "running_loc.png" set xlabel "Date" set ylabel "Lines of Code" set xdata time -set timefmt "%Y-%m-%d:" +set timefmt "%Y-%m-%d-%H:%M:%S:" set format x "%b %d, %Y" ## Various labels for the graph -- cgit v1.1