Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Timestamp: support %A and %B | Bernhard M. Wiedemann | 2017-09-07 | 1 | -1/+1 |
| | | | | | | | | These are defined both by [1] and [2] to give full names of a weekday and month. [1] http://pubs.opengroup.org/onlinepubs/009695399/functions/strftime.html [2] https://msdn.microsoft.com/de-de/library/fe06s4ak.aspx | ||||
* | string: Teach TIMESTAMP to treat %% as % | Bernhard M. Wiedemann | 2017-01-27 | 1 | -1/+1 |
| | | | | This encoding is documented by `strptime`. | ||||
* | cmTimestamp: Support SOURCE_DATE_EPOCH to override current time | Bernhard M. Wiedemann | 2017-01-26 | 1 | -0/+3 |
See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable. |