diff options
Diffstat (limited to 'amount.cc')
-rw-r--r-- | amount.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1172,7 +1172,7 @@ bool parse_annotations(std::istream& in, amount_t& price, else throw new amount_error("Commodity date lacks closing bracket"); - date = ptime_from_local_date_string(buf); + date = parse_datetime(buf); has_date = true; } else if (c == '(') { |