@@ -242,7 +242,7 @@ class NotificationView(View):
return False
def get_msg_text(self, channel, n_time, lang, tz, event_type, is_sys=0):
- n_date = CommonService.get_now_time_str(n_time=n_time, tz=tz)
+ n_date = CommonService.get_now_time_str(n_time=n_time, tz=tz,lang=lang)
etype = int(event_type)
if lang == 'cn':
if etype == 704: