Skip to content

Commit cf823f2

Browse files
committed
Datetime fix
1 parent 329502d commit cf823f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,8 +497,6 @@ import pytz
497497
<D/T/DT> = D/T/DT.fromisoformat('<iso>') # Object from ISO string.
498498
<DT> = DT.strptime(<str>, '<format>') # Datetime from string, according to format.
499499
<D/DTn> = D/DT.fromordinal(<int>) # D/DT from days since Christ.
500-
<D/DTn> = D/DT.fromtimestamp(<real>) # D/DT from seconds since Epoch in local time.
501-
<DTn> = DT.utcfromtimestamp(<real>) # Naive DT from seconds since Epoch in UTC time.
502500
<DTa> = DT.fromtimestamp(<real>, <tz>) # Aware DT from seconds since Epoch in tz time.
503501
```
504502
* **On Unix systems Epoch is `'1970-01-01 00:00 UTC'`, `'1970-01-01 01:00 CET'`, ...**

0 commit comments

Comments
 (0)