https://github.com/Kitware/CMake
Revision e1cd936c62cdcd8a2031e899238310a1ec12196d authored by Bernhard M. Wiedemann on 26 February 2018, 13:47:54 UTC, committed by Brad King on 26 February 2018, 15:35:30 UTC
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
1 parent 9c1efb6
History
Tip revision: e1cd936c62cdcd8a2031e899238310a1ec12196d authored by Bernhard M. Wiedemann on 26 February 2018, 13:47:54 UTC
Tests: Fix TIMESTAMP-UnixTime test under SOURCE_DATE_EPOCH=1
Tip revision: e1cd936
File Mode Size
build
libarchive
.gitattributes -rw-r--r-- 14 bytes
CMakeLists.txt -rw-r--r-- 59.9 KB
COPYING -rw-r--r-- 2.8 KB
CTestConfig.cmake -rw-r--r-- 400 bytes

back to top