Am Sonntag, dem 08.01.2023 um 19:49 +0100 schrieb Jean-Marc Lasgouttes:
> Is there a reason why we need that instead of comparing dates as
> string?
> Something like
> if (package_date >= "2015/09/01") {
> [...]
How would "comparing dates as strings" work? Wouldn't we need to
decompose the date anyway?
--
Jürgen