This is related to #221. Currently the datetime parser stops after it has read what it needs.
It should have an option to raise an error if the string still contains characters that are not being parsed (like for example a timezone), to prevent surprising behaviour if one uses more of ISO8601 than the subset dballe can parse.
This is related to #221. Currently the datetime parser stops after it has read what it needs.
It should have an option to raise an error if the string still contains characters that are not being parsed (like for example a timezone), to prevent surprising behaviour if one uses more of ISO8601 than the subset dballe can parse.