Time and duration
Rules for AIP-142, covering time and duration.
Rule name | Description |
---|---|
duration-offset-comment | Duration fields ending in `_offset` must have a clarifying comment. |
time-field-names | Timestamps should use `google.protobuf.Timestamp`. |
time-field-type | Timestamps should use `google.protobuf.Timestamp`. |
time-offset-type | Fields ending in `_time_offset` must be of type `google.protobuf.Duration`. |
Note: Because AIPs sometimes cover topics that have some overlap, some rules related to time and duration may be included in the rules for other AIPs.