1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 16:22:43 +00:00
serenity/Userland/Libraries/LibTimeZone
Linus Groh 205d63c3f0 LibTimeZone: Operate in UTC-only mode when !ENABLE_TIME_ZONE_DATA
Instead of only having dummy functions that don't work with any input,
let's at least support one time zone: 'UTC'. This matches the basic
Temporal implementation for engines without ECMA-262, for example.
2022-01-11 22:17:39 +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: Operate in UTC-only mode when !ENABLE_TIME_ZONE_DATA 2022-01-11 22:17:39 +01:00
TimeZone.h LibTimeZone: Begin generating GMT offset rules for each time zone 2022-01-11 00:36:45 +01:00