google / cel-spec

Common Expression Language -- specification and binary representation
https://cel.dev
Apache License 2.0
2.78k stars 222 forks source link

Ensure that numeric timezones in tests are spec-consistent #199

Closed TristonianJones closed 3 years ago

TristonianJones commented 3 years ago

Add leading zeros to numeric timezone arguments. It's possible that some implementations may be more lenient in the timezones accepted, but the spec and tests should declare support for the more conservative format.

Closes #194