[wp-trac] Re: [WordPress Trac] #1633: XML-RPC does not return time
zone in ISO8601 date
WordPress Trac
wp-trac at lists.automattic.com
Sat May 24 16:25:52 GMT 2008
#1633: XML-RPC does not return time zone in ISO8601 date
----------------------------------+-----------------------------------------
Reporter: pidge | Owner: anonymous
Type: defect | Status: reopened
Priority: high | Milestone:
Component: XML-RPC | Version: 2.5.1
Severity: normal | Resolution:
Keywords: xml-rpc ISO8601 UTC |
----------------------------------+-----------------------------------------
Changes (by cfinke):
* priority: normal => high
* status: closed => reopened
* version: 1.5.2 => 2.5.1
* resolution: worksforme =>
Comment:
Yes, this bug still exists in Wordpress 2.5.1. This is the code used to
generate the iso8601.dateTime component of XMLRPC responses in wp-includes
/class-IXR.php (line 634):
return
$this->year.$this->month.$this->day.'T'.$this->hour.':'.$this->minute.':'.$this->second.$this->timezone;
Notice that it does reference a timezone at the end, but the value of
$this->timezone is always empty.
It's very important that this bug gets fixed, as it's causing lots of
problems for ScribeFire users.
--
Ticket URL: <http://trac.wordpress.org/ticket/1633#comment:3>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list