Commit 28eddebb authored by 段英荣's avatar 段英荣

modify

parent 0af99cbd
......@@ -114,7 +114,7 @@ AUTH_PASSWORD_VALIDATORS = [
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
TIME_ZONE = 'Asia/Shanghai'
USE_I18N = True
......
......@@ -27,6 +27,7 @@ class TopicTransfer(object):
res["user_id"] = instance.user_id
res["share_num"] = instance.share_num
create_time = instance.create_time
res["create_time"] = tzlc(create_time)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment