Summary:
Sets local date and time on the Hardware Node.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Four-digit year. |
|
|
|
Month (1 to 12). |
|
|
|
Day of month (1 to 31). |
|
|
|
Hour (0 to 23). |
|
|
|
Minute (0 to 59). |
|
|
|
Second (0 to 59). |
|
|
|
Day of week (0 to 7; 0 and 7 both refer to Sunday). |
|
|
|
|
|
|
|
|
|
|
|
Time zone information. |
|
|
|
|
|
|
|
|
Returns:
OK/Error
Example:
<packet>
<target>computerm</target>
<data>
<computerm>
<set_date>
<date>
<year>2007</year>
<month>1</month>
<day>23</day>
<hour>3</hour>
<minute>2</minute>
<second>25</second>
<day_of_week>2</day_of_week>
<time_zone>America/New_York</time_zone>
</date>
</set_date>
</computerm>
</data>
</packet>