Tests: Fix TIMESTAMP-UnixTime test under SOURCE_DATE_EPOCH=1

The test was expecting timestamps on day 1 in 1970 to start at 86400 but
they actually started at 0.  This worked without `SOURCE_DATE_EPOCH=1`
because after 1972, leap days compensated the offset.

Fixes: #17762
2 files changed