jorisvandenbossche commented on issue #50041: URL: https://github.com/apache/arrow/issues/50041#issuecomment-4542892678
> It would be great if this would be supported for newer versions of tzdata, I think, so we would not need to depend on pytz in this case? I don't think we have to care too much about this (users should simply not use lower case versions, if they want to have robust timezone metadata). I added this test to specifically test this "fallback to pytz if some string is not supported by zoneinfo" logic, so I was specifically looking for such a case. But clearly this case is not robust enough given it does not hold on various platforms .. I can maybe verify first that the specific string is not accepted by zoneinfo, before the assert. That should make the test more robust. -- 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]
