We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47825fb commit b9147c2Copy full SHA for b9147c2
Task/qqreads.js
@@ -844,7 +844,7 @@ function showmsg() {
844
845
846
847
-tz += `\n\n========== 脚本执行-北京时间(UTC):${new Date().toLocaleString()}==========\n\n`;
+tz += `\n\n========= 脚本执行时间(TM):${new Date(new Date().getTime() + 0 * 60 * 60 * 1000).toLocaleString('zh', {hour12: false})} \n\n`;
848
849
if (notifyInterval==1)
850
$.msg(jsname,'',tz)//显示所有通知
0 commit comments