This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients lars.gustaebel, serhiy.storchaka
Date 2014-01-10.20:04:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389384273.4.0.330615086279.issue20220@psf.upfronthosting.co.za>
In-reply-to
Content
TarFile.list() outputs a time exactly 6 hours back from expected. http://buildbot.python.org/all/builders/System%20Z%20Linux%203.x/builds/1023/steps/test/logs/stdio ====================================================================== FAIL: test_list_command_verbose (test.test_tarfile.CommandLineTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-zlinux-z/build/Lib/test/test_tarfile.py", line 1797, in test_list_command_verbose self.assertEqual(out, expected) AssertionError: b'?rw[36 chars]-22 12:34:43 tokenize_tests.txt \n?rw------- d[96 chars]t \n' != b'?rw[36 chars]-22 18:34:43 tokenize_tests.txt \n?rw------- d[96 chars]t \n' ----------------------------------------------------------------------
History
Date User Action Args
2014-01-10 20:04:33serhiy.storchakasetrecipients: + serhiy.storchaka, lars.gustaebel
2014-01-10 20:04:33serhiy.storchakasetmessageid: <1389384273.4.0.330615086279.issue20220@psf.upfronthosting.co.za>
2014-01-10 20:04:33serhiy.storchakalinkissue20220 messages
2014-01-10 20:04:33serhiy.storchakacreate