de:timezone
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Contains the time-zoned time as part of the device specification.
Syntax
<timezone>...</timezone>
Attributes
None
Parent Element
Element |
Description |
---|---|
Holds the information about a device. |
Child Elements
None
Remarks
The value of this element is a time-zoned time of the format:
hh:mm:ss[+|-]HH:MM
where hh:mm:ss represents the time value in hours (hh), minutes (mm) and seconds (ss) in the time zone specified by the time duration, of the either positive (+) or negative (-) direction, in hours (HH) and minutes (MM) with respect to Greenwich Mean Time (GMT).
Examples
The following XML fragment shows how time zone is specified as part of device information.
XML Example of the timezone Element
<?xml version="1.0" encoding="utf-8" ?>
<device xmlns="http://schemas.microsoft.com/2006/09/sip/device" endpointId="3CC22CF7-1BEA-5A5E-B256-E662173CD273">
<capabilities preferred="false" uri="sip:bob@contoso.com">
<text capture="true" render="true"publish="false" />
<gifInk capture="false" render="true"publish="false" />
<isfInk capture="false" render="true"publish="false" />
</capabilities>
<timezone>00:00:00-7:00</timezone>
<machineName>BOB_client</machineName>
</device>