BUG ?????????

Created at 20 May 2016, 13:33
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!
LU

lusterking

Joined 20.05.2016

BUG ?????????
20 May 2016, 13:33


public static class TimeZones


        // Summary:
        //     (GMT-04:00) Atlantic Time (Canada)
        public const string AtlanticStandardTime = "Atlantic Standard Time";

        // Summary:
        //     (GMT-03:00) Brasilia
        public const string ESouthAmericaStandardTime = "E. South America Standard Time";


TimeZone = TimeZones.AtlanticStandardTime

Print(MarketSeries.OpenTime.Last(0)

AND

TimeZone = TimeZones.ESouthAmericaStandardTime 

Print(MarketSeries.OpenTime.Last(0)

Output the same hour

Is this BUG???


@lusterking
Replies

lusterking
20 May 2016, 13:43 ( Updated at: 21 Dec 2023, 09:20 )

Picture


@lusterking