diff options
author | thdox <thdox@free.fr> | 2013-06-02 17:34:35 +0200 |
---|---|---|
committer | thdox <thdox@free.fr> | 2013-06-02 17:34:35 +0200 |
commit | ff64f97d162af79a3da2d0d56313376712111419 (patch) | |
tree | d9caac51eff4722614e297100927a81a29b9ffde /contrib/report | |
parent | 0b2065f809fa1380943356f5a6e47db23c5ed643 (diff) | |
download | fork-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-x | contrib/report | 2 |
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 |