summaryrefslogtreecommitdiff
path: root/ledger.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-04-04 11:09:59 +0000
committerJohn Wiegley <johnw@newartisans.com>2004-04-04 11:09:59 +0000
commitc68b50215611bdfd3e997bbe9c173fbd93d8b332 (patch)
tree95f251b82ff4c6ce109d958c7e868cae26a6f43f /ledger.cc
parent47eebe8d73897546f02370b58db71bb46dce7064 (diff)
downloadfork-ledger-c68b50215611bdfd3e997bbe9c173fbd93d8b332.tar.gz
fork-ledger-c68b50215611bdfd3e997bbe9c173fbd93d8b332.tar.bz2
fork-ledger-c68b50215611bdfd3e997bbe9c173fbd93d8b332.zip
*** empty log message ***
Diffstat (limited to 'ledger.cc')
-rw-r--r--ledger.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ledger.cc b/ledger.cc
index 4883c3cb..08edc278 100644
--- a/ledger.cc
+++ b/ledger.cc
@@ -63,7 +63,7 @@ void transaction::print(std::ostream& out, bool display_quantity,
void entry::print(std::ostream& out, bool shortcut) const
{
char buf[32];
- std::strftime(buf, 31, "%Y.%m.%d ", std::localtime(&date));
+ std::strftime(buf, 31, "%Y/%m/%d ", std::localtime(&date));
out << buf;
if (cleared)