You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes the parsing of the date strings in the tests. According to the docs
the, a couple of the dates are in ISO 8601 format rather than RFC 3339.
RFC 3339 requires the time zone to be specified when the String contains a time.
ISO 8601 doesn't have this requirment.
See:
- https://modules.vlang.io/time.html#parse_rfc3339
- https://ijmacd.github.io/rfc3339-iso8601/
0 commit comments