This commit is contained in:
2017-05-15 20:06:35 -04:00
parent 43705d84d6
commit 080831519d
+4
View File
@@ -73,6 +73,10 @@ Behold, datetimes for humans!
>>> rand_day.timezone
UTC
# Range of hours in a day:
>>> maya.interval(start=maya.now(), end=maya.now().add(days=1), interval=60*60)
<generator object intervals at 0x105ba5820>
☤ Why is this useful?
---------------------