Browse Source

Datetime fix

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

4
README.md

@ -456,8 +456,8 @@ from itertools import product, combinations, combinations_with_replacement, perm
Datetime Datetime
-------- --------
* **Module Datetime provides Date (`'<D>'`), Time (`'<T>'`) and Datetime (`'<DT>'`) classes.**
* **Time and Datetime can be 'aware' (`'<a>'`), meaning they have defined timezone, or 'naive' (`'<n>'`), meaning they don't.**
* **Module Datetime provides Date (`<D>`), Time (`<T>`) and Datetime (`<DT>`) classes.**
* **Time and Datetime can be 'aware' (`<a>`), meaning they have defined timezone, or 'naive' (`<n>`), meaning they don't.**
```python ```python
$ pip3 install pytz $ pip3 install pytz

Loading…
Cancel
Save