Function ion_c_sys::ion_timestamp_unset_local_offset[][src]

pub unsafe extern "C" fn ion_timestamp_unset_local_offset(
    ptime: *mut ION_TIMESTAMP
) -> iERR
Expand description

Removes any local offset from a timestamp. Afterwards, ion_timestamp_has_local_offset will be false, and ion_timestamp_get_local_offset will be zero.

@param ptime the timestamp to alter.

@return IERR_INVALID_ARG if any parameter is null.