Commits


Joris Van den Bossche authored and GitHub committed 8fb4bf5ecea
GH-36349: [Python][CI] Avoid using 'build/etc/localtime' timezone in hypothesis tests (#36391) ### What changes are included in this PR? Skip the test if the timezone is `zoneinfo.ZoneInfo(key='build/etc/localtime')`, because we don't support roundtripping such a timezone * Closes: #36349 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>