Home
last modified time | relevance | path

Searched refs:hours (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/crates/rbpf/examples/
H A Duptime.rs69 let hours = (time / 10u64.pow(9) / 60 / 60) % 24; in main() localVariable
76 time, days, hours, minutes, seconds, nanosec in main()