ladybird/Userland/Libraries/LibTimeZone
Timothy Flynn 247caac7a8 LibTimeZone: Canonicalize the current time zone and fall back to UTC
If the tzname is unknown, fall back to UTC for now. Unknown time zones
are most likely due to not parsing RULE entries yet, but at the very
least, it only makes sense for current_time_zone to return a time zone
that LibTimeZone actually knows about.
2022-01-15 20:13:48 +01:00
..
CMakeLists.txt LibTimeZone: Do not separate the generated data from the main library 2022-01-11 00:36:45 +01:00
Forward.h LibTimeZone: Parse ZONE entries from the TZDB and generate their names 2022-01-08 12:45:34 +01:00
TimeZone.cpp LibTimeZone: Canonicalize the current time zone and fall back to UTC 2022-01-15 20:13:48 +01:00
TimeZone.h LibTimeZone: Add an API to retrieve the system's current time zone 2022-01-12 15:43:12 +01:00