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
Raw File
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
CMakeGraphVizOptions.cmake
set(GRAPHVIZ_IGNORE_TARGETS "tartest;testSystemTools;testRegistry;testProcess;testIOS;testHashSTL;testFail;testCommandLineArguments;xrtest;LIBCURL;foo")
back to top