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 867b347 commit de4fd4aCopy full SHA for de4fd4a
README.md
@@ -497,7 +497,7 @@ 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/DTn from days since Christ.
500
-<DTa> = DT.fromtimestamp(<real>, <tz>) # Aware DT from seconds since Epoch in tz time.
+<DTa> = DT.fromtimestamp(<real>, <tz>) # DTa from seconds since Epoch in tz time.
501
```
502
* **ISO strings come in following forms: `'YYYY-MM-DD'`, `'HH:MM:SS.ffffff[±<offset>]'`, or both separated by `'T'`.**
503
* **On Unix systems Epoch is `'1970-01-01 00:00 UTC'`, `'1970-01-01 01:00 CET'`, ...**
0 commit comments