Handle timestamps that don't fit in the platform's time_t.
authorAdam Sampson <ats@offog.org>
Sun, 12 Jul 2015 17:03:27 +0000 (18:03 +0100)
committerAdam Sampson <ats@offog.org>
Sun, 12 Jul 2015 17:03:27 +0000 (18:03 +0100)
commitac886c82798b18d15a5966b8637a369fd0450fa7
tree646be00c214a5654c5723533ce62cbb2e92a0e7c
parent2c0055e7ae030353cb8f080bc83a6979d60472cd
Handle timestamps that don't fit in the platform's time_t.

On a 32-bit platform, time.localtime can only deal with 32-bit inputs.
This adds a more thorough set of tests for weird article dates, and
exercises DayWriter as well as article dates.
rawdoglib/rawdog.py
test-rawdog