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? 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
tox -e docs fails for me. They pass for me (given #64) if I set LC_TIME=C instead of my usual lt_LT.UTF-8.
tox -e docs
I suspect expires.strftime('%a, %d %b %Y %H:%M:%S GMT') in zope.testbrowser.cookies is not really what we want to.
expires.strftime('%a, %d %b %Y %H:%M:%S GMT')
The text was updated successfully, but these errors were encountered:
Cookie expiration dates should be locale-independent
3ad375b
Incidentally sphinx-build doctest does call locale.setlocale() which expolains why the cookie narrative tests always failed on my machine. Fixes #65.
632e29b
No branches or pull requests
tox -e docs
fails for me. They pass for me (given #64) if I set LC_TIME=C instead of my usual lt_LT.UTF-8.I suspect
expires.strftime('%a, %d %b %Y %H:%M:%S GMT')
in zope.testbrowser.cookies is not really what we want to.The text was updated successfully, but these errors were encountered: