Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backends/zoneinfo.py: Skip using the "Factory" timezone #115

Merged
merged 2 commits into from
Oct 4, 2023
Merged

backends/zoneinfo.py: Skip using the "Factory" timezone #115

merged 2 commits into from
Oct 4, 2023

Commits on Oct 3, 2023

  1. backends/zoneinfo.py: Skip using the "Factory" timezone

    Referencing the "Factory" timezone can lead to ValueError exceptions on some systems, e.g. FreeBSD, if the system zoneinfo database is used:
    
    ValueError: Invalid STD format in b'<Local time zone must be set--use tzsetup>0'
    
    Thus drop the "Factory" timezone from the sets before iterating over them to avoid the aforementioned issue.
    knobix authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    0fb06d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Add fix to changelog

    mfogel committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c3c5343 View commit details
    Browse the repository at this point in the history