Function time_sys::settimeofday [] [src]

pub unsafe extern "C" fn settimeofday(
    tv: *const timeval,
    tz: *const timezone
) -> c_int

Sets the time of day from the timeval and applies rules from the timezone to it

Please use std::ptr::null() for tz on Linux!