我想获取服务器的时区设置,mt4中是否有此函数?谢谢
可以试试从
TimeGMT() - 从本机电脑换算的 GMT 时间 (以秒为单位)
TimeCurrent() - 服务器时间 (以秒为单位)
TimeCurrent()-TimeGMT() ===> 服务器时间与 GMT 的秒差, 再转最接近的小时数
可以试试从
TimeGMT() - 从本机电脑换算的 GMT 时间 (以秒为单位)
TimeCurrent() - 服务器时间 (以秒为单位)
TimeCurrent()-TimeGMT() ===> 服务器时间与 GMT 的秒差, 再转最接近的小时数