Description
Controls date output during builds so generated files do not change just because the build happened at a different time. It is useful for reproducible builds that must avoid embedding the current clock value into artifacts.
Use it in a controlled build environment with an explicit source date policy. Hiding real time can confuse tests or logs, so keep this behavior limited to reproducibility workflows.