From cab0d70c3321478f385342776dffbc058ae3547f Mon Sep 17 00:00:00 2001 From: Simon Hartcher Date: Thu, 15 May 2025 12:02:35 +1000 Subject: [PATCH] chore: removed now irrelevant comment --- lib/date/src/parsing.zig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/date/src/parsing.zig b/lib/date/src/parsing.zig index e262778..adfac46 100644 --- a/lib/date/src/parsing.zig +++ b/lib/date/src/parsing.zig @@ -1,7 +1,3 @@ -// From https://gist.github.com/WoodyAtHome/3ef50b17f0fa2860ac52b97af12f8d15 -// Translated from German. We don't need any local time for this use case, and conversion -// really requires the TZ DB. - const std = @import("std"); const log = std.log.scoped(.date); const zeit = @import("zeit");