Skip to content

Commit

Permalink
fix: hko earthquake route pubDate issue fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
after9 committed Oct 25, 2024
1 parent 8f815d6 commit 8d39cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/hko/earthquake.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async function handler() {
return {
title: `[震級:${degree}] [地點:${city}]`,
description: `${citystring}, ${latAndLon}`,
pubDate: timezone(parseDate(hktDate + hktTime, 'YYYYMMDDHHMM'), +8),
pubDate: timezone(parseDate(hktDate + hktTime, 'YYYYMMDDHHmm'), +8),
};
});

Expand Down

0 comments on commit 8d39cb5

Please sign in to comment.