When printing lot dates, never include a time.
This commit is contained in:
parent
a68bcfc92e
commit
9307c87c95
1 changed files with 1 additions and 1 deletions
|
|
@ -1677,7 +1677,7 @@ annotated_commodity_t::write_annotations(std::ostream& out,
|
||||||
out << " {" << price << '}';
|
out << " {" << price << '}';
|
||||||
|
|
||||||
if (date)
|
if (date)
|
||||||
out << " [" << date << ']';
|
out << " [" << date_t(date) << ']';
|
||||||
|
|
||||||
if (! tag.empty())
|
if (! tag.empty())
|
||||||
out << " (" << tag << ')';
|
out << " (" << tag << ')';
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue