summaryrefslogtreecommitdiffstats
path: root/Doc/library/datetime.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-05-07 07:49:07 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-05-07 07:49:07 (GMT)
commit6dff0205b724669cc0469dd65a3f7edc5a69e1e7 (patch)
treeb909a98cf8b2d7820f897b89e3114b7b1844f037 /Doc/library/datetime.rst
parent64099ea58ea61c8f37c1fd9f673e0ded59600209 (diff)
downloadcpython-6dff0205b724669cc0469dd65a3f7edc5a69e1e7.zip
cpython-6dff0205b724669cc0469dd65a3f7edc5a69e1e7.tar.gz
cpython-6dff0205b724669cc0469dd65a3f7edc5a69e1e7.tar.bz2
Issue #26736: Used HTTPS for external links in the documentation if possible.
Diffstat (limited to 'Doc/library/datetime.rst')
-rw-r--r--Doc/library/datetime.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
index 03624f3..3c60819 100644
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -562,7 +562,7 @@ Instance methods:
Return a 3-tuple, (ISO year, ISO week number, ISO weekday).
The ISO calendar is a widely used variant of the Gregorian calendar. See
- http://www.staff.science.uu.nl/~gent0113/calendar/isocalendar.htm for a good
+ https://www.staff.science.uu.nl/~gent0113/calendar/isocalendar.htm for a good
explanation.
The ISO year consists of 52 or 53 full weeks, and where a week starts on a
@@ -1708,7 +1708,7 @@ only EST (fixed offset -5 hours), or only EDT (fixed offset -4 hours)).
*pytz* library brings the *IANA timezone database* (also known as the
Olson database) to Python and its usage is recommended.
- `IANA timezone database <http://www.iana.org/time-zones>`_
+ `IANA timezone database <https://www.iana.org/time-zones>`_
The Time Zone Database (often called tz or zoneinfo) contains code and
data that represent the history of local time for many representative
locations around the globe. It is updated periodically to reflect changes