Hi,
I would like to auto update the time on my detector via a Python script, but I am
self.sendCommand("<SETDATETIME[" + time.strftime("%y%m%d%H%M%S") + "]>>")
When I test my string by using it as a print command, it does output what I want... time when I ran this test was: 12:29:19 on March 11, 2014...
self.sendCommand("<SETDATETIME[140311122919]>>")
But when I checked on my GMC-320 Plus does not update correctly. It changed the year to 2092!
Help?!?!?