pub fn estimate_boot_deadline_from_utc(utc: UtcInstant) -> (BootInstant, bool)Expand description
Estimates the boot time corresponding to utc, based on the currently
operating Starnix UTC clock.
ยงReturns
- zx::BootInstant: estimated boot time;
- bool: true if the system UTC clock has been started.