Fix ofx dates
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.