From 85a0fa2031cb2103fdbc0218b1d09854c42f80d4 Mon Sep 17 00:00:00 2001 From: JordonPhillips Date: Thu, 23 May 2024 12:24:59 +0200 Subject: [PATCH] Update http date to reference RFC 9110 --- python-packages/smithy-core/smithy_core/types.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-packages/smithy-core/smithy_core/types.py b/python-packages/smithy-core/smithy_core/types.py index 5f548191..fcc0921e 100644 --- a/python-packages/smithy-core/smithy_core/types.py +++ b/python-packages/smithy-core/smithy_core/types.py @@ -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