Source: python3-freezegun Followup-For: Bug #1106274 Control: forwarded -1 https://github.com/spulec/freezegun/pull/572
On Thu, 22 May 2025 18:03:44 +0000, I wrote: > On Thu, 22 May 2025 12:16:41 +0100, I wrote: > > [ ... snip ... ] > > From investigating the failures, I believe that the problem is due to > > problems > > in the upstream test suite when run for timezones with a positive non-zero > > offset from UTC (e.g. West of the Prime Meridian). > > [ ... snip ... ] > > Something about my reasoning there seems very mistaken; increasing > positive offsets from UTC generally indicate Eastwards movement from > the Meridian. After much head-scratching: _proleptic_ POSIX TZ offsets[1] do indeed tend to refer to more-Westerly locations as the offset values increase in the positive. Back on-topic: I had briefly proposed a merge request on Salsa to use a fixed TZ=UTC setting during package testing via debian/rules -- but after further consideration, I've spent more time investigating the upstream codebase and have offered a possible fixup there (annotated as the forwarded URL for this bug). Regards, James [1] - https://data.iana.org/time-zones/theory.html

