[][src]Function pgx_pg_sys::pg_interpret_timezone_abbrev

pub unsafe fn pg_interpret_timezone_abbrev(
    arg_abbrev: *const c_char,
    arg_timep: *const pg_time_t,
    arg_gmtoff: *mut c_long,
    arg_isdst: *mut c_int,
    arg_tz: *const pg_tz
) -> bool