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 loewis
Recipients hwm, loewis
Date 2012-05-15.06:21:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337062901.54.0.949753207755.issue14810@psf.upfronthosting.co.za>
In-reply-to
Content
The tar file format does nt support timestamps before 1970. From

http://sunsite.ualberta.ca/Documentation/Gnu/tar-1.13/html_chapter/tar_8.html

"POSIX tar format can represent time stamps in the range 1970-01-01 00:00:00 through 2242-03-16 12:56:31 UTC." ...
"Portable archives should also avoid time stamps before 1970. These time stamps are a common POSIX extension but their time_t representations are negative. Many traditional tar implementations generate a two's complement representation for negative time stamps that assumes a signed 32-bit time_t; hence they generate archives that are not portable to hosts with differing time_t representations."

Out of curiosity: where did you get a file that was last modified in 1956?
History
Date User Action Args
2012-05-15 06:21:41loewissetrecipients: + loewis, hwm
2012-05-15 06:21:41loewissetmessageid: <1337062901.54.0.949753207755.issue14810@psf.upfronthosting.co.za>
2012-05-15 06:21:40loewislinkissue14810 messages
2012-05-15 06:21:40loewiscreate