Sets the timer to expire once at the absolute when.
when
impl Timer { fn once_at(&self, when: Time) -> Result<(), Errno> }