Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
turns out, the date gets localized
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed May 8, 2013
1 parent 56844d1 commit accf2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z3c/webdriver/tests/browser.txt
Expand Up @@ -172,7 +172,7 @@ And get them back:

>>> pprint(browser.getCookies())
[{u'domain': u'.localhost',
u'expires': u'Tue, 19 Jan 2038 01:00:00 GMT',
u'expires': u'...',
u'expiry': 2147472000,
u'httponly': False,
u'name': u'foobar',
Expand Down

0 comments on commit accf2de

Please sign in to comment.