Closed mgedmin closed 5 years ago
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')
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.