diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2012-08-23 03:14:29 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2012-08-23 03:14:29 (GMT) |
commit | 35d600cbb51295f795ef12ef89b3f2bf980e9038 (patch) | |
tree | 987f4d87946cca307a54193072b3aa32244baeb0 | |
parent | f9bd9141c5b608cdd1149b0f8fa874debcf1e6fa (diff) | |
download | cpython-35d600cbb51295f795ef12ef89b3f2bf980e9038.zip cpython-35d600cbb51295f795ef12ef89b3f2bf980e9038.tar.gz cpython-35d600cbb51295f795ef12ef89b3f2bf980e9038.tar.bz2 |
Suggested a whatsnew item
-rw-r--r-- | Doc/whatsnew/3.3.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 2e8d341..90ce5a6 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -1088,7 +1088,9 @@ datetime corresponding to the :class:`~datetime.datetime` instance. * The :meth:`datetime.datetime.strftime` method supports formatting years older than 1000. - + * XXX The :meth:`datetime.datetime.astimezone` method can now be + called without arguments to convert datetime instance to the system + timezone. decimal ------- |