Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: value renderer for timestamp protos #12860

Merged
merged 9 commits into from
Aug 23, 2022
Prev Previous commit
Next Next commit
docs: extra example for timestamps
  • Loading branch information
JimLarson committed Aug 17, 2022
commit 469c4f8f523e2d822ed56917dbb609a80680b036
2 changes: 2 additions & 0 deletions docs/architecture/adr-050-sign-mode-textual-annex1.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ entirely if the timestamp has no fractional seconds.

The timestamp with 1136214245 seconds and 700000000 nanoseconds is rendered
as `2006-01-02T15:04:05.7Z`.
The timestamp with 1136214245 seconds and zero nanoseconds is rendered
as `2006-01-02T15:04:05Z`.

### `google.protobuf.Duration` (TODO)

Expand Down