Skip to content

Commit de4fd4a

Browse files
committed
Datetime fix
1 parent 867b347 commit de4fd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ 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/DTn from days since Christ.
500-
<DTa> = DT.fromtimestamp(<real>, <tz>) # Aware DT from seconds since Epoch in tz time.
500+
<DTa> = DT.fromtimestamp(<real>, <tz>) # DTa from seconds since Epoch in tz time.
501501
```
502502
* **ISO strings come in following forms: `'YYYY-MM-DD'`, `'HH:MM:SS.ffffff[±<offset>]'`, or both separated by `'T'`.**
503503
* **On Unix systems Epoch is `'1970-01-01 00:00 UTC'`, `'1970-01-01 01:00 CET'`, ...**

0 commit comments

Comments
 (0)