Skip to content

Commit bd4061c

Browse files
authored
Update datetimes.py
Following pandas-dev#42244 , improved documentation about datetime parsing. See also pandas-dev#42229 (comment)
1 parent 9870859 commit bd4061c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/tools/datetimes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ def to_datetime(
763763
Return type depends on input:
764764
765765
- list-like:
766-
- DatetimeIndex, if timezone naive or aware with the same timezone
766+
- DatetimeIndex, if timezone naive or aware with constant time offset
767767
- Index of object dtype, if timezone aware with mixed time offsets
768768
- Series: Series of datetime64 dtype
769769
- scalar: Timestamp

0 commit comments

Comments
 (0)