Fix bug where we printed the month number instead of the day number *blush*
authorChris Lattner <sabre@nondot.org>
Wed, 20 Aug 2003 15:33:33 +0000 (15:33 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 20 Aug 2003 15:33:33 +0000 (15:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7980 91177308-0d34-0410-b5e6-96231b3b80d8

utils/NightlyTest.gnuplot

index 8037d89e7deb0954ae39b2bab87370fa19d278d6..66c5f4e1faca23b6324292a3852c09513dff3572 100644 (file)
@@ -6,7 +6,7 @@ set xlabel "Date" "TimesRoman,24"
 set ylabel "Lines of Code" "TimesRoman,24"
 set xdata time
 set timefmt "%Y-%m-%d:"
-set format x "%b %m, %Y"
+set format x "%b %d, %Y"
 
 ## Various labels for the graph
 set label "Removed\ndummy\nfunction" at "2003-07-30:", 150000