mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 09:57:00 +02:00
On my mac, the zoneinfo location is /usr/share/zoneinfo.default. This breaks our implementation for finding the system time zone, which was assuming the zoneinfo location contains "/zoneinfo/". This patch makes the implementation a bit more lenient. This didn't break tests on CI because we fallback to UTC, which is the time zone CI machines are in anyways.