Commit ce00cf2c authored by Georg Brandl's avatar Georg Brandl

Update text for newest US DST regulation. The sample file already has the calculation right.

parent f23f0a2c
...@@ -1457,8 +1457,8 @@ Example :class:`tzinfo` classes: ...@@ -1457,8 +1457,8 @@ Example :class:`tzinfo` classes:
Note that there are unavoidable subtleties twice per year in a :class:`tzinfo` Note that there are unavoidable subtleties twice per year in a :class:`tzinfo`
subclass accounting for both standard and daylight time, at the DST transition subclass accounting for both standard and daylight time, at the DST transition
points. For concreteness, consider US Eastern (UTC -0500), where EDT begins the points. For concreteness, consider US Eastern (UTC -0500), where EDT begins the
minute after 1:59 (EST) on the first Sunday in April, and ends the minute after minute after 1:59 (EST) on the second Sunday in March, and ends the minute after
1:59 (EDT) on the last Sunday in October:: 1:59 (EDT) on the first Sunday in November::
UTC 3:MM 4:MM 5:MM 6:MM 7:MM 8:MM UTC 3:MM 4:MM 5:MM 6:MM 7:MM 8:MM
EST 22:MM 23:MM 0:MM 1:MM 2:MM 3:MM EST 22:MM 23:MM 0:MM 1:MM 2:MM 3:MM
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment