File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1522,11 +1522,11 @@ def toordinal(self) -> int:
1522
1522
def timestamp (self ) -> float :
1523
1523
"""Return POSIX timestamp as float.
1524
1524
1525
- Note that Floats on most
1526
- boards are encoded in 30 bits internally, with effectively 22
1527
- bits of precision. As a result, for modern dates this value
1528
- can be off by several minutes. As a workaround you can access
1529
- the function ``_mitime()`` to get an int version of the timestamp.
1525
+ Note that Floats on most boards are encoded in 30 bits
1526
+ internally, with effectively 22 bits of precision. As a result,
1527
+ for modern dates this value can be off by several minutes.
1528
+ As a workaround you can access the function ``_mitime()``
1529
+ to get an int version of the timestamp.
1530
1530
"""
1531
1531
if not self ._tzinfo is None :
1532
1532
return (self - _EPOCH ).total_seconds ()
You can’t perform that action at this time.
0 commit comments