Skip to content

Commit fdbc64d

Browse files
committed
Add new line for extended summary in utcoffset
1 parent ce06eb2 commit fdbc64d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_libs/tslibs/timestamps.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1764,6 +1764,7 @@ class Timestamp(_Timestamp):
17641764
def utcoffset(self):
17651765
"""
17661766
Return utc offset.
1767+
17671768
This method returns the difference between UTC and the local time
17681769
as a `timedelta` object. It is useful for understanding the time
17691770
difference between the current timezone and UTC.

0 commit comments

Comments
 (0)