From 35d600cbb51295f795ef12ef89b3f2bf980e9038 Mon Sep 17 00:00:00 2001 From: Alexander Belopolsky Date: Wed, 22 Aug 2012 23:14:29 -0400 Subject: [PATCH] Suggested a whatsnew item --- Doc/whatsnew/3.3.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 2e8d341541a..90ce5a6a817 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 -------