Browse Source

Datetime fix

pull/28/head
Jure Šorn 5 years ago
parent
commit
50106d5627
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -499,7 +499,7 @@ import pytz
<D/DTn> = D/DT.fromordinal(<int>) # D/DT from days since Christ.
<DTa> = DT.fromtimestamp(<real>, <tz>) # Aware DT from seconds since Epoch in tz time.
```
* **ISO strings come in following forms: `'YYYY-MM-DD'`, `'HH:MM:SS.ffffff[+<offset>]'`, or both separated by `'T'`.**
* **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'`, ...**
### Decode

Loading…
Cancel
Save