From 080831519d71f5a75142de2deb5781f09924397f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 15 May 2017 20:06:35 -0400 Subject: [PATCH] range --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index a14f94b..fa36852 100644 --- a/README.rst +++ b/README.rst @@ -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) + + ☤ Why is this useful? ---------------------