Skip to content

Commit 71f247a

Browse files
Update to use the forward-looking proper noun "ProtoJSON" for the canonical JSON encoding.
PiperOrigin-RevId: 823554361
1 parent 74ccca3 commit 71f247a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/google/protobuf/timestamp.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ option csharp_namespace = "Google.Protobuf.WellKnownTypes";
112112
// {hour}, {min}, and {sec} are zero-padded to two digits each. The fractional
113113
// seconds, which can go up to 9 digits (i.e. up to 1 nanosecond resolution),
114114
// are optional. The "Z" suffix indicates the timezone ("UTC"); the timezone
115-
// is required. A proto3 JSON serializer should always use UTC (as indicated by
116-
// "Z") when printing the Timestamp type and a proto3 JSON parser should be
115+
// is required. A ProtoJSON serializer should always use UTC (as indicated by
116+
// "Z") when printing the Timestamp type and a ProtoJSON parser should be
117117
// able to accept both UTC and other timezones (as indicated by an offset).
118118
//
119119
// For example, "2017-01-15T01:30:15.01Z" encodes 15.01 seconds past

0 commit comments

Comments
 (0)