summaryrefslogtreecommitdiff
path: root/docs/ref/utils.txt
diff options
context:
space:
mode:
authorBaptiste Mispelon <bmispelon@gmail.com>2019-11-23 13:42:57 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-11-28 07:59:46 +0100
commit81ddf4b164ed9a866837fc15650d9bf6b60f5acd (patch)
tree531feaddfd38532d42672b54957143fb3f55cdbd /docs/ref/utils.txt
parentc0fe08d470b108244337630f4803e6d04cbb0c02 (diff)
[3.0.x] Fixed #31029 -- Used more specific links to RFCs.
Backport of ff1b19da6761217ed1b14cc7e94c6438903565d8 from master
Diffstat (limited to 'docs/ref/utils.txt')
-rw-r--r--docs/ref/utils.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index 117ed2f4d8..17447ba757 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -699,8 +699,8 @@ escaping HTML.
.. function:: http_date(epoch_seconds=None)
- Formats the time to match the :rfc:`1123` date format as specified by HTTP
- :rfc:`7231#section-7.1.1.1`.
+ Formats the time to match the :rfc:`1123#section-5.2.14` date format as
+ specified by HTTP :rfc:`7231#section-7.1.1.1`.
Accepts a floating point number expressed in seconds since the epoch in
UTC--such as that outputted by ``time.time()``. If set to ``None``,