mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-13 10:27:05 +02:00
The IANA Time Zone Database contains data needed, at least, for various JavaScript objects. This adds plumbing for a parser and code generator for this data. The generated data will be made available by LibTimeZone, much like how UCD and CLDR data is available through LibUnicode.
2 lines
81 B
CMake
2 lines
81 B
CMake
lagom_tool(GenerateTimeZoneData SOURCES GenerateTimeZoneData.cpp LIBS LagomMain)
|