Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ed9de commit 6e051b4Copy full SHA for 6e051b4
README.rst
@@ -82,7 +82,7 @@ exception if you set an invalid (or non-existent) parameter.
82
time_params = mycam.devicemgmt.create_type('SetSystemDateAndTime')
83
time_params.DateTimeType = 'Manual'
84
time_params.DaylightSavings = True
85
- time_params.TimeZone = 'CST-8:00:00'
+ time_params.TimeZone.TZ = 'CST-8:00:00'
86
time_params.UTCDateTime.Date.Year = 2014
87
time_params.UTCDateTime.Date.Month = 12
88
time_params.UTCDateTime.Date.Day = 3
0 commit comments