14 lines
622 B
XML
14 lines
622 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<!DOCTYPE section [
|
|
<!ENTITY % myent SYSTEM "../entities.ent">
|
|
%myent;
|
|
]>
|
|
<section xmlns="http://docbook.org/ns/docbook" version="5.0"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>getInTimezone</title>
|
|
<para>
|
|
Changes the date/time presentation to another time zone. The date/time object itself
|
|
is not changed. For example '2012-01-05T22:45:11-06:30' is presented as '2012-01-06T07:15:11+02:00' from Helsinki time zone perspective.
|
|
</para>
|
|
<para>The web service operation "getTimezones" returns a full list of all supported time zones.</para>
|
|
</section> |