summaryrefslogtreecommitdiff
path: root/format.cc
diff options
context:
space:
mode:
Diffstat (limited to 'format.cc')
-rw-r--r--format.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/format.cc b/format.cc
index a5c73b2a..3f59807b 100644
--- a/format.cc
+++ b/format.cc
@@ -116,6 +116,7 @@ element_t * format_t::parse_elements(const std::string& fmt)
case 'd':
current->type = element_t::DATE_STRING;
+ // jww (2004-08-10): allow this to be changed
current->chars = "%Y/%m/%d";
break;