Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Fix TIMESTAMP-UnixTime test under SOURCE_DATE_EPOCH=1 | Bernhard M. Wiedemann | 2018-02-26 | 1 | -3/+3 |
| | | | | | | | | 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 | ||||
* | CMake: Extend TIMESTAMP sub-commands with new unix time format specifier | Jose-Luis Blanco-Claraco | 2016-02-18 | 1 | -0/+22 |
The new `%s` format specifier is substituted by file()/string() `TIMESTAMP` sub-commands with the number of seconds since unix-epoch (1970-01-01 00:00:00 UTC). Co-Author: Nils Gladitz <nilsgladitz@gmail.com> |