mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-14 02:46:22 +02:00
Rather than invoking AK::Time::from_timestamp at runtime, we can do so at compile time. This reduces invoking TimeZone::get_time_zone_offset 100,000 times in a loop from about 7 seconds to 30 milliseconds.