google / cel-spec

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

Document the duration string format supported by core implementations #200

Closed TristonianJones closed 3 years ago

TristonianJones commented 3 years ago

Update the spec to indicate the duration string format supported by the core CEL implementations:

Update the spec to indicate the format supported by C++, Java, and Go: https://github.com/abseil/abseil-cpp/blob/master/absl/time/time.h#L577 https://github.com/ThreeTen/threeten-extra/blob/master/src/main/java/org/threeten/extra/AmountFormats.java#L327 https://pkg.go.dev/time#ParseDuration

Closes #185