Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix time parsing in gigasecond tests #234

Merged
merged 1 commit into from
Oct 25, 2024
Merged

Commits on Oct 25, 2024

  1. 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 doesn't have this requirment.
    
    See:
    - https://modules.vlang.io/time.html#parse_rfc3339
    - https://ijmacd.github.io/rfc3339-iso8601/
    kahgoh committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3b112ec View commit details
    Browse the repository at this point in the history