Lennart Regebro

Results 99 comments of Lennart Regebro

Looking at this, pip gathers information from many places, and has different filenames for Windows, etc. Replicating that is likely a never ending work of tweaking things so that it...

I definitely appreciate when I do NOT have to take care of it, and it's a part of the merge request.

I can't see anything in the code that does NOT return the shim, and I don't know how to reproduce this.

These are all `TzInfo` objects, which is the type used for timezones, and the type you should expect any timezone to use, unless you are still using `pytz`, in which...

We all have problems with summertime, but in your case you want GMT/UTC and using that as a timezone name works just fine. I don't know why you would need...

The purpose of tzlocal is to figure out the timezone, primarily the zoneinfo name, used in the configuration of your computer. You are defining your own timezone that does not...

In ZoneInfo parlance that's `Etc/GMT+1`.