diff options
Diffstat (limited to 'src/times.cc')
-rw-r--r-- | src/times.cc | 2 |
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) |