Skip to content

Commit

Permalink
抓取时间校准
Browse files Browse the repository at this point in the history
  • Loading branch information
Meekdai committed Nov 9, 2023
1 parent 6cff75f commit e4fae18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h1><a>Gmerss</a></h1>

function showList(jsonData){
let genTime=document.getElementsByClassName("genTime")[0];
genTime.innerHTML="抓取时间:"+formatTime(jsonData[0]["published"]+(0-new Date().getTimezoneOffset()*60),needHMS=true);
genTime.innerHTML="抓取时间:"+formatTime(jsonData[0]["published"],needHMS=true);

let SideNav=document.getElementsByClassName("SideNav")[0];
for(let i=1;i<jsonData.length;i++){
Expand Down

0 comments on commit e4fae18

Please sign in to comment.