diff options
author | John Wiegley <johnw@newartisans.com> | 2013-06-02 19:19:48 -0700 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2013-06-02 19:19:48 -0700 |
commit | a7ee1a0aa42caa28b19ca69eee27601fc42190d6 (patch) | |
tree | d9caac51eff4722614e297100927a81a29b9ffde /contrib/report | |
parent | 0b2065f809fa1380943356f5a6e47db23c5ed643 (diff) | |
parent | ff64f97d162af79a3da2d0d56313376712111419 (diff) | |
download | fork-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-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 |