Mario Corchero

Results 35 comments of Mario Corchero

Como dato, la PSF tiene algo parecido. Creo que tienen diferentes logos por categoria. Puedo pedir mas informacion si estamos interesados en saber como lo hacen ellos.

That generates a valid datetime: datetime.datetime(1969, 12, 31, 0, 0, tzinfo=tzoffset(None, 115200)) The fact that there is no timezone today with an +32:00 offset does not mean that the offset...

Oh! I misread 32 minutes! Makes sense

This is already done, see https://github.com/dateutil/dateutil/blob/master/setup.cfg#L34. I think we are just missing a release.

@pganssle added a commit as fixup to ease review, let me know if you want me to squash them together. Happy to do it :)

From an offline conversation, we are going to add two variables: - `PYTHON_TZPATH`: Replaces the current default path. - `PYTHON_TZPATH_APPEND`: To append paths to the list. This keeps clears the...

@pganssle I've updated the PR to include the `_PREPEND` env var. I guess we can then leave this on hold until the PEP for `cpython` happens and a decision is...

Any update on the final variable names or are we OK with having them being specific to dateutil for the time being? We could add the new variable afterwards if...

Commit squashed, removed `DATEUTIL_TZPATH_PREPEND` and updated the name of the variable to follow PEP615.