Sets the time of the clock.
impl Clock { fn set_time(self, t: Time) -> Result<(), Errno> }
The new time of the clock.