Skip to content

Commit d8e68be

Browse files
committed
reverted date in timestamps.pyx
1 parent 4e33b9a commit d8e68be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/timestamps.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ class Timestamp(_Timestamp):
11251125
Examples
11261126
--------
11271127
>>> pd.Timestamp.fromtimestamp(1584199972)
1128-
Timestamp('2020-03-14 21:02:52')
1128+
Timestamp('2020-03-14 15:32:52')
11291129
"""
11301130
return cls(datetime.utcfromtimestamp(ts))
11311131

0 commit comments

Comments
 (0)