File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments