Changed output_date_format to match 08-Aug-14 format.

This commit is contained in:
John Wiegley 2008-08-14 02:40:23 -04:00
parent 6a82e12ab4
commit a50bab1865

View file

@ -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)