diff options
author | Feng Xiao <xfxyjwf@gmail.com> | 2017-12-12 14:57:34 -0800 |
---|---|---|
committer | Feng Xiao <xfxyjwf@gmail.com> | 2017-12-12 14:57:34 -0800 |
commit | 75eceb84249cd157dc26af44bb77edb57476c053 (patch) | |
tree | 72f0533a29c8f0dd4c66325386e2bd8ec072cf51 /objectivec | |
parent | 8489612dadd3775ffbba029a583b6f00e91d0547 (diff) |
Update generated code.
Diffstat (limited to 'objectivec')
-rw-r--r-- | objectivec/google/protobuf/Timestamp.pbobjc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/objectivec/google/protobuf/Timestamp.pbobjc.h b/objectivec/google/protobuf/Timestamp.pbobjc.h index 998bc15d..7e65b15b 100644 --- a/objectivec/google/protobuf/Timestamp.pbobjc.h +++ b/objectivec/google/protobuf/Timestamp.pbobjc.h @@ -115,7 +115,9 @@ typedef GPB_ENUM(GPBTimestamp_FieldNumber) { * {hour}, {min}, and {sec} are zero-padded to two digits each. The fractional * seconds, which can go up to 9 digits (i.e. up to 1 nanosecond resolution), * are optional. The "Z" suffix indicates the timezone ("UTC"); the timezone - * is required, though only UTC (as indicated by "Z") is presently supported. + * is required. A proto3 JSON serializer should always use UTC (as indicated by + * "Z") when printing the Timestamp type and a proto3 JSON parser should be + * able to accept both UTC and other timezones (as indicated by an offset). * * For example, "2017-01-15T01:30:15.01Z" encodes 15.01 seconds past * 01:30 UTC on January 15, 2017. |