ladybird/Userland/Libraries/LibTimeZone
Timothy Flynn 09c0324880 LibTimeZone: Begin generating GMT offset rules for each time zone
This is a rather naive implementation, but serves as a first pass at
determining the GMT offset for a time zone at a particular point in
time. This implementation ignores DST (because we are not parsing any
RULE entries yet), and ignores any offset patterns of the form "Mon>4"
or "lastSun".
2022-01-11 00:36:45 +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: Begin generating GMT offset rules for each time zone 2022-01-11 00:36:45 +01:00
TimeZone.h LibTimeZone: Begin generating GMT offset rules for each time zone 2022-01-11 00:36:45 +01:00