fix: hko earthquake route pubDate issue fixing (#17298)

This commit is contained in:
After9 2024-10-25 11:07:01 +08:00 committed by GitHub
parent 25f9249511
commit 0cd478e7b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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),
};
});