mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
LibTimeZone: Begin parsing and generating DaylightSavings rules
This commit is contained in:
parent
e9e8e2bdf4
commit
0e58b04b5c
Notes:
sideshowbarker
2024-07-17 20:37:55 +09:00
Author: https://github.com/trflynn89
Commit: 0e58b04b5c
Pull-request: https://github.com/SerenityOS/serenity/pull/12008
Reviewed-by: https://github.com/linusg ✅
4 changed files with 95 additions and 9 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
namespace TimeZone {
|
||||
|
||||
enum class DaylightSavingsRule : u8;
|
||||
enum class TimeZone : u16;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue