From: Max Kanat-Alexander Date: Thu, 4 Mar 2010 19:40:55 +0000 (-0500) Subject: Bug 545299, XML-RPC WebService should take and return dates and times in UTC. POD X-Git-Tag: bugzilla-3.6rc1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22f10ba4bdf76bb752a321899631ea38df0ce73f;p=thirdparty%2Fbugzilla.git Bug 545299, XML-RPC WebService should take and return dates and times in UTC. POD --- 22f10ba4bdf76bb752a321899631ea38df0ce73f diff --cc Bugzilla/WebService/Bugzilla.pm index 6e74900b9a,a66871dc67..c7bbf7c046 --- a/Bugzilla/WebService/Bugzilla.pm +++ b/Bugzilla/WebService/Bugzilla.pm @@@ -172,9 -168,9 +168,7 @@@ Use L instead =item B --Returns the timezone of the server Bugzilla is running on. This is --important because all dates/times that the webservice interface --returns will be in this timezone. ++Returns the timezone that Bugzilla expects dates and times in. =item B (none) @@@ -183,12 -179,12 +177,21 @@@ A hash with a single item, C, that is the timezone offset as a string in (+/-)XXXX (RFC 2822) format. ++=item B ++ ++=over ++ ++=item As of Bugzilla B<3.6>, the timezone returned is always C<+0000> ++(the UTC timezone). ++ ++=back ++ =back =item C