Integer timestamps

pull/199/head
Erik Johnston 2015-07-09 13:15:34 +01:00
parent 4019b48aaa
commit c2d08ca62a
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class ReceiptsHandler(BaseHandler):
"user_id": user_id,
"event_ids": [event_id],
"data": {
"ts": self.clock.time_msec()
"ts": int(self.clock.time_msec()),
}
}