fix: hko earthquake route pubDate issue fixing (#17298)
This commit is contained in:
parent
25f9249511
commit
0cd478e7b4
|
|
@ -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),
|
||||
};
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue