File tree Expand file tree Collapse file tree
lib/base/networking/apis/google/protobuf Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
9191/// {hour}, {min}, and {sec} are zero-padded to two digits each. The fractional
9292/// seconds, which can go up to 9 digits (i.e. up to 1 nanosecond resolution),
9393/// are optional. The "Z" suffix indicates the timezone ("UTC"); the timezone
94- /// is required. A proto3 JSON serializer should always use UTC (as indicated by
95- /// "Z") when printing the Timestamp type and a proto3 JSON parser should be
94+ /// is required. A ProtoJSON serializer should always use UTC (as indicated by
95+ /// "Z") when printing the Timestamp type and a ProtoJSON parser should be
9696/// able to accept both UTC and other timezones (as indicated by an offset).
9797///
9898/// For example, "2017-01-15T01:30:15.01Z" encodes 15.01 seconds past
@@ -157,7 +157,7 @@ class Timestamp extends $pb.GeneratedMessage with $mixin.TimestampMixin {
157157 static Timestamp ? _defaultInstance;
158158
159159 /// Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must
160- /// be between -315576000000 and 315576000000 inclusive (which corresponds to
160+ /// be between -62135596800 and 253402300799 inclusive (which corresponds to
161161 /// 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z).
162162 @$pb.TagNumber (1 )
163163 $fixnum.Int64 get seconds => $_getI64 (0 );
You can’t perform that action at this time.
0 commit comments