Skip to content

Commit

Permalink
fix: hko earthquake route pubDate issue fixing (#17298)
Browse files Browse the repository at this point in the history
  • Loading branch information
after9 authored Oct 25, 2024
1 parent 25f9249 commit 0cd478e
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 0cd478e

Please sign in to comment.