- Forums
- Help
- 我的发明者的时间不对
我的发明者的时间不对
Author:
tgh9953891, Created: 2022-04-19 02:04:22, Updated: 2022-04-19 11:38:12
function main(){
var ts = new Date().getTime()
Log(_D(ts))
}
打印出来的时间不对,梦总帮我解决一下,感谢!
日期 平台 类型 价格 数量 信息
2022-04-19 02:00:53 信息 2022-04-18 18:00:53
为什么发明者不做个论坛,需要帮助才方便
More
- Binance Perpetual Funding Rate Arbitrage (100% of Annualized Rate in Bull Market)
- Use Cryptocurrency Platform Aggregated Market Interface to Construct Multi-Symbol Strategy
- my语言这里怎么写才能有信号就打印输出一次
- Dynamic Delta Hedging of Deribit Options
- Use SQLite to Construct FMZ Quant Database
- Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (8)
- Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (7)
- Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (6)
- Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (3)
- Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (2)
- 提供思路找大神代写策略呀!
- Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (5)
- Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (4)
- 订单创建时间和订单完成时间
- 求购马丁现货网格策略
- 求懂my语言的大哥们,帮我解读这一段代码是什么意思_TR:=MAX(MAX((HIGH-LOW),ABS(REF(CLOSE,1)-HIGH)),ABS(REF(CLOSE,1)-LOW));
- 实盘报错提问
- Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (1)
- 能否增加 typescript 的支持?
- Cryptocurrency Spot Hedge Strategy (2)
AAA386 时区不一样,北京时间加8小时就行,例如:new Date().getTime()+时区差(8*60*60*1000)
tgh9953891 平台时间是2022-04-19 02:00:53,但是用_D出来的时间是2022-04-18 18:00:53
tgh9953891 平台时间是2022-04-19 02:00:53,但是用_D出来的时间是2022-04-18 18:00:53
ChaoZhang new Date()是在你托管者运行的,所以是你托管者所在的服务器时间不对,不是+8的时区,可以搜一下javascript 转北京时间
发明者量化-小小梦 当前页面就是论坛哇~ X.X
这打印出来的时间没什么问题呀:
```
日期 平台 类型 价格 数量 信息
2022-04-19 02:00:53 信息 2022-04-18 18:00:53
```
没看出问题。
ChaoZhang 要考虑偏移,不确定托管者服务器所在时区,所以要先转到UTC再加8小时
发明者量化-小小梦 考虑下时区问题。
tgh9953891 是实盘
发明者量化-小小梦 考虑时区问题。
发明者量化-小小梦 回测还是实盘。
tgh9953891 _D不就是提取当前时间吗2022-04-18 18:00:53?但是提取的时间跟实际的当前时间差了几个小时2022-04-18 18:00:53