babel icon indicating copy to clipboard operation
babel copied to clipboard

Fix the xfailing test "test_issue_1192_fmt"

Open akx opened this issue 10 months ago • 0 comments

I did some digging and we get Hawaii-Aleutian Standard Time instead of GMT-10 here because of this fallback to the long tz name: https://github.com/python-babel/babel/blob/2b93a4a2b8fcc51e530c28a94b55485ad0c0a50e/babel/dates.py#L659-L662 When I get rid of it, get_timezone_gmt is used instead.

Originally posted by @tomasr8 in https://github.com/python-babel/babel/pull/1194#discussion_r1986342759


We should figure out what the correct formatting is, and then start doing it.

akx avatar Mar 17 '25 13:03 akx