summaryrefslogtreecommitdiff
path: root/src/times.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-14 02:40:23 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-14 02:40:23 -0400
commita50bab18653813ac0b3020d1e7ba3f666cff4798 (patch)
tree2bddba26dbd7fdc9ece5ea597f4ff08cbba0805c /src/times.cc
parent6a82e12ab44ce21e0c56eda728fe3cc93d84d99c (diff)
downloadfork-ledger-a50bab18653813ac0b3020d1e7ba3f666cff4798.tar.gz
fork-ledger-a50bab18653813ac0b3020d1e7ba3f666cff4798.tar.bz2
fork-ledger-a50bab18653813ac0b3020d1e7ba3f666cff4798.zip
Changed output_date_format to match 08-Aug-14 format.
Diffstat (limited to 'src/times.cc')
-rw-r--r--src/times.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/times.cc b/src/times.cc
index 97c0c242..c140b4d7 100644
--- a/src/times.cc
+++ b/src/times.cc
@@ -67,7 +67,7 @@ namespace {
}
optional<string> input_date_format;
-string output_date_format = "%Y/%m/%d";
+string output_date_format = "%y-%b-%d";
namespace {
bool parse_date_mask(const char * date_str, std::tm& result)