Bug report 4.2.14: Server time jumps into future

Created at 18 Jul 2022, 13:00
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
MA

matteoID

Joined 23.03.2021

Bug report 4.2.14: Server time jumps into future
18 Jul 2022, 13:00


Today, 18th July 22, it happened multiple times that the server time (Server.TimeInUtc) was completely wrong being around 50 days into the future, e.g. 2022.09.06 00:22:20.478. 

This happened on multiple brokers that use version 4.2.14. It did not happen on brokers that use 4.1. 

This code was used to print the time:

Print(Server.TimeInUtc.ToString("yyyy.MM.dd HH:mm:ss.fff"));

A second bug for 4.2.14: After starting a cAlgo it is often impossible to access the log for a specific symbol instance. Clicking on the symbol instance should normally open the chart, logs etc., but it does not do anything. Sometimes it works for a time, but fails when accessing it a day later or so.

This again happens on brokers using 4.2.14, but never on version 4.1. 

 


@matteoID
Replies

PanagiotisCharalampous
18 Jul 2022, 15:53

Hi matteoID,

Thanks for reporting this. Our team will investigate it.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

matteoID
21 Jul 2022, 08:59

RE:

Thanks for looking into it. The Server.TimeInUtc issue happens many times every day since July 18th. For example, just now for EURUSD (broker: Skilling):

Last tick time: 2022.07.21 05:56:00.674

Current tick time: 2022.09.08 22:58:48.048

 


@matteoID