Skip to content

Commit

Permalink
Update http date to reference RFC 9110
Browse files Browse the repository at this point in the history
  • Loading branch information
JordonPhillips committed May 23, 2024
1 parent 3c57bce commit 85a0fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-packages/smithy-core/smithy_core/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ class TimestampFormat(Enum):
offset."""

HTTP_DATE = "http-date"
"""An HTTP date as defined by the IMF-fixdate production in RFC 7231 section
7.1.1.1."""
"""An HTTP date as defined by the IMF-fixdate production in RFC 9110 section
5.6.7."""

EPOCH_SECONDS = "epoch-seconds"
"""Also known as Unix time, the number of seconds that have elapsed since 00:00:00
Expand Down

0 comments on commit 85a0fa2

Please sign in to comment.