mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 22:52:10 +02:00
There is already a parser for the time offset but it requires a positive or negative sign. There are some weird formats on the web that do not have the sign, so let's support that. I chose to implement this as a new option instead of editing the old one to avoid any unknown breaking changes.