Skip to content

Commit 488bcfe

Browse files
committed
Datetime
1 parent 03a2608 commit 488bcfe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,8 +500,7 @@ from dateutil.tz import UTC, tzlocal, gettz
500500
<D/DTn> = D/DT.fromordinal(<int>) # D/DTn from days since Christ.
501501
<DTa> = DT.fromtimestamp(<real>, <tz>) # DTa from seconds since Epoch in tz time.
502502
```
503-
* **ISO strings come in following forms: `'YYYY-MM-DD'`, `'HH:MM:SS.ffffff[±<offset>]'`, or both separated by `'T'`.**
504-
* **Offset is formated as: `'HH:MM'`.**
503+
* **ISO strings come in following forms: `'YYYY-MM-DD'`, `'HH:MM:SS.ffffff[±<offset>]'`, or both separated by `'T'`. Offset is formated as: `'HH:MM'`.**
505504
* **On Unix systems Epoch is `'1970-01-01 00:00 UTC'`, `'1970-01-01 01:00 CET'`, ...**
506505

507506
### Decode

0 commit comments

Comments
 (0)