From 8a8d97239d522b9f032a6b3a9d20334ff9b72189 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 15 Dec 2016 21:45:32 -0500 Subject: [PATCH] update readme --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 79637ec..5f982b6 100644 --- a/README.rst +++ b/README.rst @@ -24,4 +24,10 @@ Just playing with an API here:: >>> tomorrow.datetime() datetime.datetime(2016, 12, 16, 15, 11, 30, 263350, tzinfo=) + >>> tomorrow.year + 2016 + + >>> tomorrow.microseconds + 263350 + Timezones fit in here somewhere...