Inkscape
Vector Graphics Editor
|
Functions to parse the "SOURCE_DATE_EPOCH" environment variable for reproducible build hacks, see https://reproducible-builds.org/docs/source-date-epoch/. More...
Go to the source code of this file.
Namespaces | |
namespace | ReproducibleBuilds |
Functions | |
time_t | ReproducibleBuilds::now () |
parse current time from SOURCE_DATE_EPOCH environment variable | |
Glib::ustring | ReproducibleBuilds::now_iso_8601 () |
like ReproducibleBuilds::now() but returns a ISO 8601 formatted string | |
Functions to parse the "SOURCE_DATE_EPOCH" environment variable for reproducible build hacks, see https://reproducible-builds.org/docs/source-date-epoch/.
Definition in file source_date_epoch.cpp.