[Zope3-checkins] CVS: Zope3/src/datetime - _datetime.py:1.21

Tim Peters tim.one@comcast.net
Sat, 4 Jan 2003 13:33:26 -0500


Update of /cvs-repository/Zope3/src/datetime
In directory cvs.zope.org:/tmp/cvs-serv6625/src/datetime

Modified Files:
	_datetime.py 
Log Message:
Just adding some informative URLs that Guido added to the Python sandbox
version of this.


=== Zope3/src/datetime/_datetime.py 1.20 => 1.21 ===
--- Zope3/src/datetime/_datetime.py:1.20	Sat Jan  4 13:27:21 2003
+++ Zope3/src/datetime/_datetime.py	Sat Jan  4 13:33:23 2003
@@ -3,6 +3,15 @@
 See http://www.zope.org/Members/fdrake/DateTimeWiki/FrontPage
 
 See also http://dir.yahoo.com/Reference/calendars/
+
+For a primer on DST, including many current DST rules, see
+http://webexhibits.org/daylightsaving/
+
+For more about DST than you ever wanted to know, see
+ftp://elsie.nci.nih.gov/pub/
+
+Sources for time zone and DST data: http://www.twinsun.com/tz/tz-link.htm
+
 """
 
 import time as _time