# coding=utf-8 import datetime def nowtime(): return datetime.datetime.utcnow() + datetime.timedelta(hours=8)