I am trying to have a control show me the current time in UTC/GMT Time.
I establish my variable and then populate it using either DateTime.UtcNow or My.Computer.Clock.GmtTime.
I then try to pass the variable value to the control.CustomTime. When using UtcNow, I get a counter increasing from 0 and with GmtTime I get a 10 hour offset. My UTC offset is -5. I am new to programming and trying to learn so what am I doing wrong. Any help is appreciated.