From a50bab18653813ac0b3020d1e7ba3f666cff4798 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 14 Aug 2008 02:40:23 -0400 Subject: Changed output_date_format to match 08-Aug-14 format. --- src/times.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/times.cc') 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 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) -- cgit v1.2.3