diff --git a/Meta/Lagom/Tools/CodeGenerators/LibTimeZone/GenerateTimeZoneData.cpp b/Meta/Lagom/Tools/CodeGenerators/LibTimeZone/GenerateTimeZoneData.cpp index 726e4ee8b4..1f1b093741 100644 --- a/Meta/Lagom/Tools/CodeGenerators/LibTimeZone/GenerateTimeZoneData.cpp +++ b/Meta/Lagom/Tools/CodeGenerators/LibTimeZone/GenerateTimeZoneData.cpp @@ -5,6 +5,7 @@ */ #include "../LibUnicode/GeneratorUtil.h" // FIXME: Move this somewhere common. +#include #include #include #include @@ -15,45 +16,61 @@ namespace { -struct Time { - i8 hour { 0 }; - u8 minute { 0 }; - u8 second { 0 }; -}; - struct DateTime { u16 year { 0 }; Optional month; + Optional day; + Optional last_weekday; Optional after_weekday; - Optional day; - Optional