summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMichael Twomey <micktwomey@gmail.com>2013-10-17 21:28:58 +0100
committerMichael Twomey <micktwomey@gmail.com>2013-10-17 21:28:58 +0100
commitf83e711ed7d38673b057b1c32a3bd72b2532e94a (patch)
tree902b690505b569fe9785995c4b45e7e2f16b1329 /README.rst
parentd51f5646e3867494c57cb6463535c0183662bebb (diff)
downloadpyiso8601-f83e711ed7d38673b057b1c32a3bd72b2532e94a.tar.gz
Z always specifies UTC now
Thanks to vfaronov Fixes #5
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 6da8b2d..29889e5 100644
--- a/README.rst
+++ b/README.rst
@@ -74,6 +74,7 @@ Changes
* Fix microsecond rounding issues (https://bitbucket.org/micktwomey/pyiso8601/issue/2/roundoff-issues-when-parsing-decimal) (thanks to nielsenb@jetfuse.net)
* Fix pickling and deepcopy of returned datetime objects (https://bitbucket.org/micktwomey/pyiso8601/issue/3/dates-returned-by-parse_date-do-not) (thanks to fogathmann and john@openlearning.com)
* Fix timezone offsets without a separator (https://bitbucket.org/micktwomey/pyiso8601/issue/4/support-offsets-without-a-separator) (thanks to joe.walton.gglcd)
+* "Z" produces default timezone if one is specified (https://bitbucket.org/micktwomey/pyiso8601/issue/5/z-produces-default-timezone-if-one-is) (thanks to vfaronov). This one may cause problems if you've been relying on default_timezone to use that timezone instead of UTC. Strictly speaking that was wrong but this is potentially backwards incompatible.
0.1.4
-----