1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:47:45 +00:00

LibTimeZone: Begin parsing and generating DaylightSavings rules

This commit is contained in:
Timothy Flynn 2022-01-18 11:20:43 -05:00 committed by Linus Groh
parent e9e8e2bdf4
commit 0e58b04b5c
4 changed files with 95 additions and 9 deletions

View file

@ -10,6 +10,7 @@
namespace TimeZone {
enum class DaylightSavingsRule : u8;
enum class TimeZone : u16;
}