]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added support for timezone in date field. getdate_tz() and
authorGuido van Rossum <guido@python.org>
Wed, 20 Nov 1996 22:12:26 +0000 (22:12 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 20 Nov 1996 22:12:26 +0000 (22:12 +0000)
commit27cb8a4884d58b2d42fcdb10e3c9c1bde7a97cf7
treef0b6c16f373b3c7f566a96159a09104a69e7f2a4
parent3c8484e866fb9a8a1c26a253adc414f682861fc3
Added support for timezone in date field.  getdate_tz() and
parsedate_tz() return a 10-tuple, the last field is the tz offset in
seconds (e.g. -18000 or -5 hours for EST).
Lib/rfc822.py