diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2019-11-23 13:42:57 +0100 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2019-11-27 20:54:38 +0100 |
| commit | ff1b19da6761217ed1b14cc7e94c6438903565d8 (patch) | |
| tree | f1f42ee934216dd4d0a4bb7f36ff28ca04b83273 /docs/ref/utils.txt | |
| parent | 42df1b178b22d499986516b5d3d6bb70c044901a (diff) | |
Fixed #31029 -- Used more specific links to RFCs.
Diffstat (limited to 'docs/ref/utils.txt')
| -rw-r--r-- | docs/ref/utils.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 33afbac36a..d8af302c0e 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -713,8 +713,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``, |
