Skip to content

Fix ofx dates

Nicolas Frandeboeuf requested to merge nicofrand/kresus:fixOfxDates into master

Fixes #941 (closed).

Basically OFX files have weird datetime formats and I did not handle them well, resulting in invalid dates. The first commit fixes it.

Then the importer does not check if the date is provided. The second commit fixes it.

Merge request reports