@@ -200,6 +200,7 @@ class CommonService:
print(n_time)
print(tz)
print(lang)
+ tz = tz.replace(':', '.')
n_time = int(n_time) + 3600 * float(tz)
if lang == 'cn':
return time.strftime('%Y-%m-%d %H:%M:%S', time.gmtime(int(n_time)))