@@ -949,8 +949,8 @@ class UserManagement(View):
if not all([title, msg, link, country, device_type, register_period, time_zone, push_time, push_app]):
return response.json(444)
- # 截掉UTC
- time_zone = time_zone[3:]
+ # 截掉UTC和空格
+ time_zone = time_zone[4:]
try:
push_timestamp = CommonService.convert_to_timestamp(float(time_zone), push_time)
customized_push_data = {