Browse Source

Datetime fix

pull/28/head
Jure Šorn 6 years ago
parent
commit
f253fd1c89
1 changed files with 1 additions and 0 deletions
  1. 1
      README.md

1
README.md

@ -465,6 +465,7 @@ from datetime import date, time, datetime, timedelta
import pytz import pytz
``` ```
### Constructors
```python ```python
<D> = date(year, month, day) <D> = date(year, month, day)
<T> = time(hour=0, minute=0, second=0, microsecond=0, tzinfo=None, fold=0) <T> = time(hour=0, minute=0, second=0, microsecond=0, tzinfo=None, fold=0)

Loading…
Cancel
Save