mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2024-11-22 13:20:23 +08:00
Compare commits
No commits in common. "a2faa86f0cc80a3e351a2294409cc91c14dedaf6" and "f61694475514a5982063093ce9f3c15782c1c36c" have entirely different histories.
a2faa86f0c
...
f616944755
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "zzz-signal-search-export",
|
||||
"version": "1.1.1",
|
||||
"autoUpdateActive": true,
|
||||
"version": "1.1.0",
|
||||
"autoUpdateActive": false,
|
||||
"autoUpdateFrom": "1.1.0",
|
||||
"main": "./dist/electron/main/main.js",
|
||||
"author": "earthjasonlin <https://git.loliquq.cn/earthjasonlin>",
|
||||
|
@ -31,10 +31,7 @@ const defaultTypeMap = new Map([
|
||||
|
||||
const serverTimeZone = new Map([
|
||||
["prod_gf_cn", 8],
|
||||
["prod_gf_jp", 8],
|
||||
["prod_gf_us", -5],
|
||||
["prod_gf_eu", 1],
|
||||
["prod_gf_sg", 8]
|
||||
["prod_gf_jp", 8]
|
||||
])
|
||||
|
||||
const convertTimeZone = (dateTimeStr, fromTimeZoneOffset, toTimeZoneOffset) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user