Browse Source

Datetime fix

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

2
README.md

@ -456,7 +456,7 @@ from itertools import product, combinations, combinations_with_replacement, perm
Datetime Datetime
-------- --------
* **Module 'datetime' provides 'date' `<D>`, 'time' `<T>`, 'datetime' `<DT>` and 'timedelta' `<TD>` classes, all of which are immutable and hashable.**
* **Module 'datetime' provides 'date' `<D>`, 'time' `<T>`, 'datetime' `<DT>` and 'timedelta' `<TD>` classes. All are immutable and hashable.**
* **Time and datetime can be 'aware' `<a>`, meaning they have defined timezone, or 'naive' `<n>`, meaning they don't.** * **Time and datetime can be 'aware' `<a>`, meaning they have defined timezone, or 'naive' `<n>`, meaning they don't.**
* **If object is naive it is presumed to be in system's timezone.** * **If object is naive it is presumed to be in system's timezone.**

Loading…
Cancel
Save