Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e051b4

Browse files
author
Adam Cecile
committed
Timezone available on TimeZone.TZ
1 parent 05ed9de commit 6e051b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ exception if you set an invalid (or non-existent) parameter.
8282
time_params = mycam.devicemgmt.create_type('SetSystemDateAndTime')
8383
time_params.DateTimeType = 'Manual'
8484
time_params.DaylightSavings = True
85-
time_params.TimeZone = 'CST-8:00:00'
85+
time_params.TimeZone.TZ = 'CST-8:00:00'
8686
time_params.UTCDateTime.Date.Year = 2014
8787
time_params.UTCDateTime.Date.Month = 12
8888
time_params.UTCDateTime.Date.Day = 3

0 commit comments

Comments
 (0)