[−][src]Function avr_libc::set_zone
pub unsafe extern "C" fn set_zone(arg1: i32)
Set the 'time zone'. The parameter is given in seconds East of the Prime Meridian. Example for New York City: \code set_zone(-5 * ONE_HOUR);\endcode
If the time zone is not set, the time system will operate in UTC only.