mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2024-11-22 13:20:23 +08:00
fix: UIGF prod_gf_jp
timezone
This commit is contained in:
parent
dd098fcd08
commit
8156b5a9b7
@ -36,7 +36,8 @@ const start = async (uids) => {
|
|||||||
throw new Error('数据为空')
|
throw new Error('数据为空')
|
||||||
}
|
}
|
||||||
const serverTimeZone = new Map([
|
const serverTimeZone = new Map([
|
||||||
["prod_gf_cn", 8]
|
["prod_gf_cn", 8],
|
||||||
|
["prod_gf_jp", 8]
|
||||||
])
|
])
|
||||||
fulldata.forEach(data => {
|
fulldata.forEach(data => {
|
||||||
let timezone
|
let timezone
|
||||||
|
Loading…
x
Reference in New Issue
Block a user