Files
Sebastiaan van Stijn 553420b8f3 daemon/internal/timestamp: replace GetTimestamp for Parse
All code in the daemon using `GetTimestamp` called `ParseTimestamp`
afterwards to convert the string value to a time.Time.

Replace it with a `Parse` function that immediately returns a
time.Time (in UTC) so that we don't have to "fuzzy" parse twice.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2026-03-03 21:51:41 +01:00
..