File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1560,7 +1560,7 @@ class Timestamp(_Timestamp):
1560
1560
1561
1561
Construct a timezone-aware UTC datetime from a POSIX timestamp.
1562
1562
1563
- This method creates a datetime object from a POSIX timestamp, keeping the Timestamp
1563
+ This method creates a datetime object from a POSIX timestamp, keeping the Timestamp
1564
1564
object's timezone.
1565
1565
1566
1566
Parameters
@@ -1572,7 +1572,7 @@ class Timestamp(_Timestamp):
1572
1572
--------
1573
1573
Timezone.tzname : Return time zone name.
1574
1574
Timestamp.utcnow : Return a new Timestamp representing UTC day and time.
1575
- Timestamp.fromtimestamp : Transform timestamp[, tz] to tz's local
1575
+ Timestamp.fromtimestamp : Transform timestamp[, tz] to tz's local
1576
1576
time from POSIX timestamp.
1577
1577
1578
1578
Notes
You can’t perform that action at this time.
0 commit comments