summaryrefslogtreecommitdiff
path: root/src/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'src/README.rst')
-rw-r--r--src/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README.rst b/src/README.rst
index 5f50692..cbf3535 100644
--- a/src/README.rst
+++ b/src/README.rst
@@ -91,7 +91,7 @@ Unfortunately using the tzinfo argument of the standard datetime
constructors ''does not work'' with pytz for many timezones.
>>> datetime(2002, 10, 27, 12, 0, 0, tzinfo=amsterdam).strftime(fmt) # /!\ Does not work this way!
-'2002-10-27 12:00:00 LMT+0020'
+'2002-10-27 12:00:00 LMT+0018'
It is safe for timezones without daylight saving transitions though, such
as UTC: