jorisvandenbossche opened a new pull request, #35449:
URL: https://github.com/apache/arrow/pull/35449

   ### Rationale for this change
   
   See gh-35448 for the failing example. The current code in `GetZone` was 
assuming there was always some character between the `%z` and the preceding `%` 
code (like a whitespace, or `-` or `/`). That is often not the case with `%z` 
(in time formats like `00:00+01`, the `+` is part of `%z`, and so the format is 
`%H:%M%z` without character between `%M` and `%z`)
    
   ### Are these changes tested?
   
   Test is added
   
   ### Are there any user-facing changes?
   
   The result type will no now correctly have a `tz=UTC` parametrization


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to