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.
1 parent 329502d commit cf823f2Copy full SHA for cf823f2
README.md
@@ -497,8 +497,6 @@ import pytz
497
<D/T/DT> = D/T/DT.fromisoformat('<iso>') # Object from ISO string.
498
<DT> = DT.strptime(<str>, '<format>') # Datetime from string, according to format.
499
<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.
502
<DTa> = DT.fromtimestamp(<real>, <tz>) # Aware DT from seconds since Epoch in tz time.
503
```
504
* **On Unix systems Epoch is `'1970-01-01 00:00 UTC'`, `'1970-01-01 01:00 CET'`, ...**
0 commit comments