BUG ?????????
Created at 20 May 2016, 13:33
LU
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
20 May 2016, 13:43 ( Updated at: 21 Dec 2023, 09:20 )
Picture
@lusterking