Index: Doc/library/imaplib.rst =================================================================== --- Doc/library/imaplib.rst (revision 88094) +++ Doc/library/imaplib.rst (working copy) @@ -84,8 +84,8 @@ .. function:: Internaldate2tuple(datestr) - Converts an IMAP4 INTERNALDATE string to Coordinated Universal Time. Returns a - :mod:`time` module tuple. + Converts an IMAP4 INTERNALDATE string to local time. + Returns a :mod:`time` module tuple. .. function:: Int2AP(num) @@ -101,7 +101,8 @@ .. function:: Time2Internaldate(date_time) - Converts a :mod:`time` module tuple to an IMAP4 ``INTERNALDATE`` representation. + Converts a :mod:`time` module tuple (local time) to an + IMAP4 ``INTERNALDATE`` representation. Returns a string in the form: ``"DD-Mmm-YYYY HH:MM:SS +HHMM"`` (including double-quotes).