Show More
@@ -37,8 +37,8 b' def api_get_threaddiff(request, thread_i' | |||||
37 |
|
37 | |||
38 | thread = get_object_or_404(Post, id=thread_id).get_thread() |
|
38 | thread = get_object_or_404(Post, id=thread_id).get_thread() | |
39 |
|
39 | |||
40 | logger.info('Getting thread #%s diff since %s' % thread_id, |
|
40 | logger.info('Getting thread #%s diff since %s' % (thread_id, | |
41 |
|
|
41 | last_update_time)) | |
42 |
|
42 | |||
43 | filter_time = datetime.fromtimestamp(float(last_update_time) / 1000000, |
|
43 | filter_time = datetime.fromtimestamp(float(last_update_time) / 1000000, | |
44 | timezone.get_current_timezone()) |
|
44 | timezone.get_current_timezone()) |
General Comments 0
You need to be logged in to leave comments.
Login now