This commit is contained in:
termie 2011-01-30 16:04:52 -08:00
parent f76a0a9d4d
commit 701c71999a
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class RequestContext(object):
self.read_deleted = read_deleted
self.remote_address = remote_address
if not timestamp:
timestampe = utils.utcnow()
timestamp = utils.utcnow()
if isinstance(timestamp, str) or isinstance(timestamp, unicode):
timestamp = utils.parse_isotime(timestamp)
self.timestamp = timestamp