Compare commits

..

No commits in common. "a2faa86f0cc80a3e351a2294409cc91c14dedaf6" and "f61694475514a5982063093ce9f3c15782c1c36c" have entirely different histories.

2 changed files with 3 additions and 6 deletions

@ -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) => {