date = CreateObject("roDateTime")
print "The date is now "; date.AsDateString("long-date") + " "; date.GetHours(); ":"; date.GetMinutes(); ":"; date.GetSeconds()
I run that after disconnect from the proxy and reboot roku
output: The date is now Wednesday December 9, 2015 23:56:12
then going to home screen and run a few minutes later, it gets the correct time
output: The date is now Wednesday January 20, 2016 2:55:40
last week the time was correct through the proxy, so at first I thought it was a more widespread issue
aspiring