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
commit 0e58b04b5c
Notes: sideshowbarker 2024-07-17 20:37:55 +09:00
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;
}