From 0c9e188cfb37d8f1a2e508e05fe72217aab6dfee Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Tue, 13 May 2014 00:03:39 -0400 Subject: Honour date-format for lot dates Fixes bug #383 --- src/annotate.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/annotate.cc') diff --git a/src/annotate.cc b/src/annotate.cc index ab5c6e17..0cb7a24e 100644 --- a/src/annotate.cc +++ b/src/annotate.cc @@ -206,7 +206,7 @@ void annotation_t::print(std::ostream& out, bool keep_base, if (date && (! no_computed_annotations || ! has_flags(ANNOTATION_DATE_CALCULATED))) - out << " [" << format_date(*date, FMT_WRITTEN) << ']'; + out << " [" << format_date(*date, FMT_PRINTED) << ']'; if (tag && (! no_computed_annotations || ! has_flags(ANNOTATION_TAG_CALCULATED))) -- cgit v1.2.3