We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Timestamp.tz_localize
1 parent fdbc64d commit 13a7e14Copy full SHA for 13a7e14
pandas/_libs/tslibs/timestamps.pyx
@@ -1764,6 +1764,13 @@ class Timestamp(_Timestamp):
1764
def utcoffset(self):
1765
"""
1766
Return utc offset.
1767
+ This method returns the difference between UTC and the local time
1768
+ as a `timedelta` object. It is useful for understanding the time
1769
+ difference between the current timezone and UTC.
1770
+
1771
+ Returns
1772
+ --------
1773
+ timedelta : The difference between UTC and the local time as a `timedelta` object.
1774
1775
This method returns the difference between UTC and the local time
1776
as a `timedelta` object. It is useful for understanding the time
0 commit comments