From fc84eeb358f13b7c2b2668917692da26af001901 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 25 Oct 2009 04:37:11 -0400 Subject: Rewrote the way date and time I/O is managed --- 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 1ea39b5d..c6084f7f 100644 --- a/src/annotate.cc +++ b/src/annotate.cc @@ -127,7 +127,7 @@ void annotation_t::print(std::ostream& out, bool keep_base) const << '}'; if (date) - out << " [" << format_date(*date, string("%Y/%m/%d")) << ']'; + out << " [" << format_date(*date, FMT_WRITTEN) << ']'; if (tag) out << " (" << *tag << ')'; -- cgit v1.2.3