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 cf823f2 commit ce969e2Copy full SHA for ce969e2
README.md
@@ -499,8 +499,8 @@ import pytz
499
<D/DTn> = D/DT.fromordinal(<int>) # D/DT from days since Christ.
500
<DTa> = DT.fromtimestamp(<real>, <tz>) # Aware DT from seconds since Epoch in tz time.
501
```
502
-* **On Unix systems Epoch is `'1970-01-01 00:00 UTC'`, `'1970-01-01 01:00 CET'`, ...**
503
* **ISO strings come in following forms: `'YYYY-MM-DD'`, `'HH:MM:SS.ffffff[+<offset>]'`, or both separated by `'T'`.**
+* **On Unix systems Epoch is `'1970-01-01 00:00 UTC'`, `'1970-01-01 01:00 CET'`, ...**
504
505
### Decode
506
```python
0 commit comments