Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix time parsing in gigasecond tests
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 dosn't have this requirment. See: - https://modules.vlang.io/time.html#parse_rfc3339 - https://ijmacd.github.io/rfc3339-iso8601/ [no important files changed]
- Loading branch information