Files
task/internal
Valentin Maerten a59392982d fix: report no timestamp when a task's sources match no file
TimestampChecker.Value returned a sentinel for "no source found": first
the string "0", then time.Unix(0, 0) once the value became a time.Time
exposed to templates. Rendered, that sentinel reads as a genuine date,
1970-01-01 01:00:00 +0100 CET, whose zone depends on the machine — so a
command interpolating {{.TIMESTAMP}} gets a plausible but meaningless
multi-word value instead of nothing.

Return an empty string, like NoneChecker already does for a checker with
nothing to report.
2026-08-10 16:12:21 +02:00
..
2025-09-11 10:26:59 +01:00
2026-06-29 14:13:37 +00:00
2026-07-02 20:37:51 +02:00