|
From: Robert M. <rob...@gm...> - 2011-11-07 10:46:23
|
Hi, Currently the SOAP API returns dates ( creation, last modification, comment dates ) in the repository's local time zone, e.g. <last_updated xsi:type="xsd:dateTime">2011-09-23T07:29:18Z</last_updated> This is inconvenient because the client needs to know beforehand the timezone of the Mantis installation, which is not available using the SOAP API. There are multiple possibilities here: - add a new SOAP API call which would return the timezone of the Mantis repository - send all dates as GMT I prefer sending dates as GMT, as this is the least ambiguous and sidesteps around thorny issues such as DST with dates jumping back and forth. But before implementing I'd like to hear others' opinions, if any. Thanks, Robert -- Sent from my (old) computer |