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

Fixed failed unit tests caused by using pytz inappropriately #621

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 2, 2024

  1. Fixed failed unit tests caused by using pytz inappropriately

    As per the document https://pythonhosted.org/pytz/ :
    `Unfortunately using the tzinfo argument of the standard datetime constructors 'does not work' with pytz for many timezones`.
    
    This fixes python-restx#620
    buttonfly1000 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    18cbd8f View commit details
    Browse the repository at this point in the history