842b5ee 0cd8d81
1
2
3
4
5
6
7
# coding=utf-8 import datetime def nowtime(): return datetime.datetime.utcnow() + datetime.timedelta(hours=8)