fn build_timezone_offset_second(
    tokens: &[TimeStrToken],
    value: &str,
    spec: TimezoneSpec
) -> Result<Timezone, String>