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.
April 05-07 - Mercurial Paris Conference 2023 - One day of workshop dedicated to Heptapod and Mercurial usage and workflow. There are still places available for both workshops and talks!
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.