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

🐛 zap-time-encoding test should allow negative tz offset #1856

Merged
merged 1 commit into from Apr 7, 2022

Commits on Apr 5, 2022

  1. fix: zap-time-encoding test should allow negative tz offset

    The regex used to test whether the times were being properly encoded as
    ISO8601 only permitted either positive tz offsets or Z. This fix adjusts
    the regex to also allow negative offsets.
    
    Signed-off-by: John Strunk <jstrunk@redhat.com>
    JohnStrunk committed Apr 5, 2022
    Copy the full SHA
    3847eeb View commit details
    Browse the repository at this point in the history