Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Set the time zone

Set the time zone which shall be used by the controller

URL

/ctrl/clock/timezone

Method

POST

URL Params

set-timezone

See Common URL parameters

Data Params

  • timezone= Time zone as defined by the tz database Required

Success Response

NO_CONTENT(204), see HTTP Status codes

Example Response

No content

Error Response

See Robot controller return codes

Sample Call

Set the time zone

curl --digest -u "Default User":robotics -d "timezone=Europe/Stockholm" -X POST "http://localhost/ctrl/clock/timezone?action=set-timezone"

Notes

Available only for RC

Not supported in bootserver mode