You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.21.0.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@ The configuration option ``pd.options.mode.use_inf_as_null`` is deprecated, and
208
208
UTC Localization with Series
209
209
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
210
210
211
-
Previously, :func:`to_datetime` did not localize datetime ``Series`` data when ``utc=True`` was passed. Now, :func:`to_datetime` will correctly localize `Series` with a `datetime64[ns, UTC]` data type to be consistent with how list-like and Index data are handled. (:issue:`6415`).
211
+
Previously, :func:`to_datetime` did not localize datetime ``Series`` data when ``utc=True`` was passed. Now, :func:`to_datetime` will correctly localize ``Series`` with a ``datetime64[ns, UTC]`` dtype to be consistent with how list-like and `Index` data are handled. (:issue:`6415`).
0 commit comments