mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 01:40:46 +00:00
LibTimeZone: Add method to convert a time zone to a string
This commit is contained in:
parent
14535fb67a
commit
1c2c98ac5d
Notes:
sideshowbarker
2024-07-17 21:13:24 +09:00
Author: https://github.com/trflynn89
Commit: 1c2c98ac5d
Pull-request: https://github.com/SerenityOS/serenity/pull/11799
Reviewed-by: https://github.com/linusg ✅
5 changed files with 51 additions and 2 deletions
|
@ -9,5 +9,6 @@
|
|||
namespace TimeZone {
|
||||
|
||||
Optional<TimeZone> __attribute__((weak)) time_zone_from_string(StringView) { return {}; }
|
||||
StringView __attribute__((weak)) time_zone_to_string(TimeZone) { return {}; }
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue