File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2541,7 +2541,7 @@ Fold is supported only for constructing from naive ``datetime.datetime``
2541
2541
or for constructing from components (see below). Only ``dateutil `` timezones are supported
2542
2542
(see `dateutil documentation <https://dateutil.readthedocs.io/en/stable/tz.html#dateutil.tz.enfold >`__
2543
2543
for ``dateutil `` methods that deal with ambiguous datetimes) as ``pytz ``
2544
- timezones do not support fold (see `pytz documentation <http ://pytz.sourceforge.net/index.html >`__
2544
+ timezones do not support fold (see `pytz documentation <https ://pythonhosted.org/pytz/ >`__
2545
2545
for details on how ``pytz `` deals with ambiguous datetimes). To localize an ambiguous datetime
2546
2546
with ``pytz ``, please use :meth: `Timestamp.tz_localize `. In general, we recommend to rely
2547
2547
on :meth: `Timestamp.tz_localize ` when localizing ambiguous datetimes if you need direct
You can’t perform that action at this time.
0 commit comments