When printing lot dates, never include a time.

This commit is contained in:
John Wiegley 2008-09-17 05:06:28 -04:00
parent a68bcfc92e
commit 9307c87c95

View file

@ -1677,7 +1677,7 @@ annotated_commodity_t::write_annotations(std::ostream& out,
out << " {" << price << '}';
if (date)
out << " [" << date << ']';
out << " [" << date_t(date) << ']';
if (! tag.empty())
out << " (" << tag << ')';