]> git.ipfire.org Git - thirdparty/tornado.git/commit
Parse if-modified-since timestamps without going through time_t or local time.
authorBen Darnell <ben@bendarnell.com>
Sat, 13 Apr 2013 22:15:49 +0000 (18:15 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 13 Apr 2013 22:15:49 +0000 (18:15 -0400)
commitd2457ec1eef95b4c4749a11f3957ce799b041b45
tree278ee8f06c5904aa2d18e05e372784e50ee6dff3
parent4059df20998f5364d398cdc4ac0057c744cda380
Parse if-modified-since timestamps without going through time_t or local time.

This fixes a bug on windows in which mktime cannot work with times before
the epoch.

Closes #713.
tornado/test/web_test.py
tornado/web.py