mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibUnicode: Prefix AK::Duration with AK Namespace
This commit is contained in:
parent
f8d1a25254
commit
2fa9ec20bd
Notes:
sideshowbarker
2024-07-18 23:46:45 +09:00
Author: https://github.com/ADKaster
Commit: 2fa9ec20bd
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/676
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/trflynn89 ✅
3 changed files with 5 additions and 5 deletions
|
@ -134,7 +134,7 @@ Optional<TimeZoneOffset> time_zone_offset(StringView time_zone, UnixDateTime tim
|
|||
return {};
|
||||
|
||||
return TimeZoneOffset {
|
||||
.offset = Duration::from_milliseconds(raw_offset + dst_offset),
|
||||
.offset = AK::Duration::from_milliseconds(raw_offset + dst_offset),
|
||||
.in_dst = dst_offset == 0 ? TimeZoneOffset::InDST::No : TimeZoneOffset::InDST::Yes,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue