From 2e33ede5ac7424b81ade2c179f84c2345fae1c49 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 9 Feb 2017 21:28:27 -0500 Subject: [PATCH] document add --- README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 383e079..a812373 100644 --- a/README.rst +++ b/README.rst @@ -47,7 +47,7 @@ Behold, datetimes for humans! # Also: MayaDT.from_rfc2822(...) >>> tomorrow.rfc2822() 'Fri, 10 Feb 2017 22:17:01 GMT' - + # Also: MayaDT.from_rfc3339(...) >>> tomorrow.rfc3339() '2017-02-10T22:17:01.44Z' @@ -65,7 +65,10 @@ Behold, datetimes for humans! # Note how this is the 6th, not the 7th. >>> rand_day.day - 6 + 7 + + >>> rand_day.add(days=10).day + 17 # Always. >>> rand_day.timezone