Skip to content

improve handling of seconds and microseconds in ISO 8601 time strings

nmartensen requested to merge topic/3.0/timefraction into branch/3.0

According to the specification the seconds can be missing from time strings. This MR makes from_ISO8601() cope with that.

Also avoid ever attempting to add timedelta to time, which does not work.

Merge request reports