summaryrefslogtreecommitdiff
path: root/contrib/report
diff options
context:
space:
mode:
authorthdox <thdox@free.fr>2013-06-02 17:34:35 +0200
committerthdox <thdox@free.fr>2013-06-02 17:34:35 +0200
commitff64f97d162af79a3da2d0d56313376712111419 (patch)
treed9caac51eff4722614e297100927a81a29b9ffde /contrib/report
parent0b2065f809fa1380943356f5a6e47db23c5ed643 (diff)
downloadfork-ledger-ff64f97d162af79a3da2d0d56313376712111419.tar.gz
fork-ledger-ff64f97d162af79a3da2d0d56313376712111419.tar.bz2
fork-ledger-ff64f97d162af79a3da2d0d56313376712111419.zip
Change format to "%Y-%m-%d", as described in documentation, and as coded
in report.h
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