File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ Other API changes
298
298
Deprecate parsing datetimes with mixed time zones
299
299
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
300
300
301
- Parsing datetimes with mixed time zones is deprecated and will show a warning unless user passes ``utc=True `` to :func: `to_datetime ` (:issue: `50887 `)
301
+ Parsing datetimes with mixed time zones is deprecated and shows a warning unless user passes ``utc=True `` to :func: `to_datetime ` (:issue: `50887 `)
302
302
303
303
*Previous behavior *:
304
304
@@ -321,7 +321,8 @@ Parsing datetimes with mixed time zones is deprecated and will show a warning un
321
321
and silence this warning.
322
322
Index([2020-01-01 00:00:00+06:00, 2020-01-01 00:00:00+01:00], dtype='object')
323
323
324
- In order to opt in to the new behaviour and silence this warning please specify ``utc=True ``:
324
+ In order to silence this warning and avoid an error in a future version of pandas,
325
+ please specify ``utc=True ``:
325
326
326
327
.. ipython :: python
327
328
You can’t perform that action at this time.
0 commit comments