我把时间从金字塔时间更改为北京时间,重启软件,再测试,测试结果却不一样了,代码里跟时间相关的我也改了啊,如下,注释掉的是原先用金字塔时间的代码。
//begintime:=(time>012500 and time<025000) or (time>132500 and time<152000) or (time>172500 and time<185000);
begintime:=(time>212500 and time<225000) or (time>092500 and time<112000) or (time>132500 and time<145000);
//endtime:=(time>025950 and time<030000) or (time>152950 and time<153000) or (time>185950 and time<190000);
endtime:=(time>225950 and time<230000) or (time>112950 and time<113000) or (time>145950 and time<150000);
其他类似todaybar,以及日线引用等等都是需要改的
建议直接用金字塔时区,不要用北京时区
我确实用了todaybar,难怪了,因为领导要求统一时间用北京时间,所以也没办法。
请问一下todaybar该改成什么?