1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 10:05:13 +00:00
serenity/Userland/Libraries/LibTimeZone
Timothy Flynn 350fdf1e43 LibCore+LibTimeZone: Support time zone names in Core::DateTime::parse
LibCore currently cannot depend on LibTimeZone directly. All build-time
code generators depend on LibCore, so there'd be a circular dependency:
LibCore -> LibTimeZone -> GenerateTZData -> LibCore.

So to support parsing time zone names and applying their offsets, add a
couple of weakly-defined helper functions. These work similar to the way
AK::String declares some methods that LibUnicode defines. Any user who
wants to parse time zone names (from outside of LibCore itself) can link
against LibTimeZone to receive full support.
2023-11-08 09:28:17 +01:00
..
CMakeLists.txt LibCore+LibTimeZone: Support time zone names in Core::DateTime::parse 2023-11-08 09:28:17 +01:00
DateTime.cpp LibCore+LibTimeZone: Support time zone names in Core::DateTime::parse 2023-11-08 09:28:17 +01:00
DateTime.h LibCore+LibTimeZone: Support time zone names in Core::DateTime::parse 2023-11-08 09:28:17 +01:00
Forward.h LibTimeZone: Parse and generate a list of time zones used by region 2022-07-06 16:56:42 +02:00
TimeZone.cpp LibTimeZone+Userland: Include Link entries when returning all time zones 2023-10-05 17:01:02 +02:00
TimeZone.h LibTimeZone+Userland: Include Link entries when returning all time zones 2023-10-05 17:01:02 +02:00