Skip to content

Commit 7bf451c

Browse files
committed
Updated the Datetimelike section in the file
1 parent c3de83f commit 7bf451c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@ Datetimelike
629629
- Bug in :meth:`to_datetime` reports incorrect index in case of any failure scenario. (:issue:`58298`)
630630
- Bug in :meth:`to_datetime` wrongly converts when ``arg`` is a ``np.datetime64`` object with unit of ``ps``. (:issue:`60341`)
631631
- Bug in setting scalar values with mismatched resolution into arrays with non-nanosecond ``datetime64``, ``timedelta64`` or :class:`DatetimeTZDtype` incorrectly truncating those scalars (:issue:`56410`)
632+
- Fixed timezone and resolution preservation in :meth:`DatetimeIndex.union`. Previously, :meth:`DatetimeIndex.union` would sometimes convert timezone-aware indices with the same timezone but different units to UTC. (:issue:`60080`)
632633

633634
Timedelta
634635
^^^^^^^^^

0 commit comments

Comments
 (0)