SOURCE DATE EPOCH
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |name=SOURCE_DATE_EPOCH |formattype=electronic |subcat=Development }} '''SOURCE_DATE_EPOCH''' is a technique for dealing with the "timestamp problem" that often c...") |
Latest revision as of 15:05, 16 August 2017
SOURCE_DATE_EPOCH is a technique for dealing with the "timestamp problem" that often complicates attempts to produce byte-for-byte reproducible software builds. It was designed primarily by the maintainers of Debian Linux.
The standard defines a SOURCE_DATE_EPOCH
environment variable, containing a timestamp (in Unix time form), which tools are expected to use instead of other sources of timestamps.