Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3da87 commit f756f94Copy full SHA for f756f94
1 file changed
Lib/datetime.py
@@ -1,19 +1,7 @@
1
-"""Concrete date/time and related types -- prototype implemented in Python.
+"""Concrete date/time and related types.
2
3
-See http://www.zope.org/Members/fdrake/DateTimeWiki/FrontPage
4
-
5
-See also http://dir.yahoo.com/Reference/calendars/
6
7
-For a primer on DST, including many current DST rules, see
8
-http://webexhibits.org/daylightsaving/
9
10
-For more about DST than you ever wanted to know, see
11
-ftp://elsie.nci.nih.gov/pub/
12
13
-Sources for time zone and DST data: http://www.twinsun.com/tz/tz-link.htm
14
15
-This was originally copied from the sandbox of the CPython CVS repository.
16
-Thanks to Tim Peters for suggesting using it.
+See http://www.iana.org/time-zones/repository/tz-link.html for
+time zone and DST data sources.
17
"""
18
19
import time as _time
0 commit comments