I do not want to convert CST to GMT or UK Time. I want to create a UK DateTime object with value of "2019-10-01 00:00:00"
Like: DateTime ukTime = new DateTime(2019,10,1); // BUT this gives me local US Central time as I live there
I can convert this "ukTime" from CST to UK Time but then it will not be 2019/10/01 in UK Time.