Home
last modified time | relevance | path

Searched defs:CalendarTime (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/time/
H A Dtimeconv.rs15 pub struct CalendarTime { struct
25 impl CalendarTime { argument
85 pub fn time_to_calendar(totalsecs: PosixTimeT, offset: i32) -> CalendarTime { in time_to_calendar()