Duration and timestamp range errors should result in evaluation errors. It is currently possible to specify an absl::Duration and absl::Time value which exceeds the value range supported by proto. An error should be produced rather than potentially rolling over the value.
Duration and timestamp range errors should result in evaluation errors. It is currently possible to specify an
absl::Durationandabsl::Timevalue which exceeds the value range supported by proto. An error should be produced rather than potentially rolling over the value.