summaryrefslogtreecommitdiff
path: root/contrib/report
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2013-06-02 19:19:48 -0700
committerJohn Wiegley <johnw@newartisans.com>2013-06-02 19:19:48 -0700
commita7ee1a0aa42caa28b19ca69eee27601fc42190d6 (patch)
treed9caac51eff4722614e297100927a81a29b9ffde /contrib/report
parent0b2065f809fa1380943356f5a6e47db23c5ed643 (diff)
parentff64f97d162af79a3da2d0d56313376712111419 (diff)
downloadfork-ledger-a7ee1a0aa42caa28b19ca69eee27601fc42190d6.tar.gz
fork-ledger-a7ee1a0aa42caa28b19ca69eee27601fc42190d6.tar.bz2
fork-ledger-a7ee1a0aa42caa28b19ca69eee27601fc42190d6.zip
Merge pull request #192 from thdox/report
Change format to "%Y-%m-%d"
Diffstat (limited to 'contrib/report')
-rwxr-xr-xcontrib/report2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/report b/contrib/report
index 24418cdc..1a84a399 100755
--- a/contrib/report
+++ b/contrib/report
@@ -16,6 +16,6 @@ fi
(cat <<EOF; ledger "$@") | gnuplot
set terminal $LEDGER_TERM
set xdata time
- set timefmt "%Y/%m/%d"
+ set timefmt "%Y-%m-%d"
plot "-" using 1:2 with lines
EOF