mirror of
https://github.com/RGBCube/serenity
synced 2025-10-29 05:02:33 +00:00
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. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| DateTime.cpp | ||
| DateTime.h | ||
| Forward.h | ||
| TimeZone.cpp | ||
| TimeZone.h | ||