mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
...for the non-success state. This fixes a crash when parsing dates with
the year -1, as we would assert successful parsing ("year != -1").
Mixing Optional and -1 seems worse and more complicated than just using
Optional for all the values, so I did that instead.
12 KiB
12 KiB