pub unsafe extern "C" fn ion_timestamp_has_local_offset(
    ptime: *mut ION_TIMESTAMP,
    p_has_local_offset: *mut BOOL
) -> iERR
Expand description

Determines whether a timestamp has a defined local offset (for example, “+08:00” or “Z”. Otherwise, it’s local offest is unknown (“-00:00”), and effectively zero.

@param ptime the timestamp to inspect. @param p_has_local_offset the return value; false when the local offset is unknown.

@return IERR_INVALID_ARG if any parameter is null.