Function rpgffi::pg_interpret_timezone_abbrev [] [src]

pub unsafe extern "C" fn pg_interpret_timezone_abbrev(
    abbrev: *const c_char,
    timep: *const pg_time_t,
    gmtoff: *mut c_long,
    isdst: *mut c_int,
    tz: *const pg_tz
) -> bool_