Hasan Kamal-Al-Deen

Results 4 comments of Hasan Kamal-Al-Deen

I'm consistently seeing this issue as well on windows terminal running bash on ubuntu WSL2. I think I can make a consistent repro; I'll ping back here with the repro...

Just commenting to note that we're seeing what is likely the same issue. Here's another repro: ```python >>> import pendulum >>> a7 = pendulum.from_timestamp(1699173900.0, "US/Pacific") >>> a7 DateTime(2023, 11, 5,...

One solution could be to create and use a new Timezone instance object when a dst boundary is transitioned, since the check in the standard library uses `is`. This would...

I've already checked that 3.11.5 has this problem :) @Sh4rK edit: actually hold on I think I checked for a different issue... I'll double check now, still have that env...