Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct timestamp format spec #672

Merged
merged 2 commits into from
Jan 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/source/1.0/spec/core/protocol-traits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,10 @@ Smithy defines the following built-in timestamp formats:
* - http-date
- An HTTP date as defined by the ``IMF-fixdate`` production in
:rfc:`7231#section-7.1.1.1` (for example,
``Tue, 29 Apr 2014 18:30:38 GMT``).
``Tue, 29 Apr 2014 18:30:38 GMT``). Note that in addition to the
``IMF-fixdate`` format specified in the RFC, implementations MUST
also support optional fractional seconds (for example,
``Sun, 02 Jan 2000 20:34:56.000 GMT``).
* - epoch-seconds
- Also known as Unix time, the number of seconds that have elapsed since
00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970,
Expand Down