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
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 <[email protected]>
0 commit comments