mirror of
https://github.com/RGBCube/serenity
synced 2025-10-27 02:32:33 +00: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. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| DateTime.cpp | ||
| DateTime.h | ||
| Forward.h | ||
| TimeZone.cpp | ||
| TimeZone.h | ||