
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I try to calculate London market time
in my market watch server time is 20:58 PM (9:58PM)
in https://greenwichmeantime.com/ GMT is 7:43 PM DST UK is 8:43
market watch server time is ahead of 2 hr (GMT) 1 hr(DST UK) nearly
if I calculate for current time
it get value is same as market watch time(server time)
So I need to add gmtoffset manually or auto ,
if auto ,use TimeGMTOffset();
if manual, add 2 or 1 (gmtoffset )
double CurrentTime1 = CurrentTime + gmtoffset;
what is correct way to get UK market open time
mainly depend on CurrentTime1 value , it depend on gmt offset.
what gmtoffset value should use.