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

Fix PytzUsageWarning for Python versions >= 3.6 #1062

Merged

Commits on Jun 10, 2022

  1. Fix PytzUsageWarning for Python versions >= 3.6

    * This fix makes the `localize` method to be used only for Python versions
    that are lower than 3.6, so that the warning doesn't appear for versions 3.6+
    
    * This also allows compatibility with Python 3.5
    ismaildawoodjee committed Jun 10, 2022
    Copy the full SHA
    b02015a View commit details
    Browse the repository at this point in the history