We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I installed pyphoon on Arch Linux and on windows. On it works properly but on windows:
pyphoon 1960-04-02
says cannot parse date, but strangely later dates like 1980-10-31 or 1993-10-31 work fine. I'm guessing its an issue with python-dateutils on windows.
The text was updated successfully, but these errors were encountered:
Tried to do some debugging on my own and this is where the issue happens:
Line 267 in init.py:
dateobj = time.mktime(dateutil.parser.parse("04/02/1960").timetuple())
Traceback (most recent call last): File "", line 1, in OverflowError: mktime argument out of range
It seems any date before the epoch is invalid. "01/01/1970"
Sorry, something went wrong.
No branches or pull requests
I installed pyphoon on Arch Linux and on windows. On it works properly but on windows:
pyphoon 1960-04-02
says cannot parse date, but strangely later dates like 1980-10-31 or 1993-10-31 work fine.
I'm guessing its an issue with python-dateutils on windows.
The text was updated successfully, but these errors were encountered: