fn get_tz(dt: &DataType) -> Result<Option<Tz>, ArrowError>
Extract optional [Tz] from timestamp data types, returning error if called with a non-timestamp type.
Tz