File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -305,6 +305,8 @@ Smithy defines the following built-in timestamp formats:
305
305
`RFC3339 section 5.6 <https://www.rfc-editor.org/rfc/rfc3339#section-5.6 >`_
306
306
with no UTC offset and optional fractional precision (for example,
307
307
``1985-04-12T23:20:50.52Z ``).
308
+ *However *, offsets are parsed gracefully, but the datetime is normalized
309
+ to an offset of zero by converting to UTC.
308
310
* - http-date
309
311
- An HTTP date as defined by the ``IMF-fixdate `` production in
310
312
:rfc: `7231#section-7.1.1.1 ` (for example,
Original file line number Diff line number Diff line change @@ -221,8 +221,8 @@ Smithy defines the following built-in timestamp formats:
221
221
:rfc: `3339#section-5.6 `
222
222
with no UTC offset and optional fractional precision (for example,
223
223
``1985-04-12T23:20:50.52Z ``).
224
- *However *, offsets will still be parsed gracefully, but the datetime
225
- will be normalized to an offset of zero (i.e. converted to UTC)
224
+ *However *, offsets are parsed gracefully, but the datetime is normalized
225
+ to an offset of zero by converting to UTC.
226
226
* - http-date
227
227
- An HTTP date as defined by the ``IMF-fixdate `` production in
228
228
:rfc: `7231#section-7.1.1.1 ` (for example,
You can’t perform that action at this time.
0 commit comments