mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2025-01-25 00:40:59 +08:00
fix: UIGF prod_gf_jp
timezone
This commit is contained in:
@ -36,7 +36,8 @@ const start = async (uids) => {
|
||||
throw new Error('数据为空')
|
||||
}
|
||||
const serverTimeZone = new Map([
|
||||
["prod_gf_cn", 8]
|
||||
["prod_gf_cn", 8],
|
||||
["prod_gf_jp", 8]
|
||||
])
|
||||
fulldata.forEach(data => {
|
||||
let timezone
|
||||
|
Reference in New Issue
Block a user