<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
    <title>Magento Issue Tracking</title>
    <link>http://www.magentocommerce.com/bug-tracking/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>MagentoCommerce</dc:creator>
    <dc:rights>Copyright {gmt_date format="%Y"}</dc:rights>
    <dc:date>{gmt_date format="%Y-%m-%dT%H:%i:%s%Q"}</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
        <item>
        <title>View Issue #8469 / Wrong date time conversion in Tracking Module</title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=4000</link>
        <description><![CDATA[<strong>Posted:</strong> 2008-11-11 07:20:11<br/><strong>Category:</strong> Orders<br/><strong>Version:</strong> 1.1.6<br/><strong>Priority:</strong> high<br/><strong>Status:</strong> closed<br/><strong>Reported By:</strong> <a href="http://www.magentocommerce.com/boards/member/67087/">renan.saddam</a></strong><br/><br/>I created a Tracking Module and the deliverydate is wrong.<br />
Because calculate wrong timezone.<br />
<br />
See the image, will be more clear.<br/><br/><hr/>]]></description>
    </item>
    
                    <item>
        <title>RE: Wrong date time conversion in Tracking Module</title>
        <description><![CDATA[<em>#1 / Comment by <a href="http://www.magentocommerce.com/boards/member/67087/">renan.saddam</a></em><br/><br/>Dunno if the image was uploaded, btw check this link: http://content.screencast.com/users/skyman/folders/Jing/media/3d97f18f-c0bb-407b-8d46-82e368feb707/2008-11-11_1012.png]]></description>
    </item>
            <item>
        <title>RE: Wrong date time conversion in Tracking Module</title>
        <description><![CDATA[<em>#2 / Comment by <a href="http://www.magentocommerce.com/boards/member/67087/">renan.saddam</a></em><br/><br/>I think I found the bug.<br />
Check the method Mage_Shipping_Block_Tracking_Popup::formatDeliveryTime<br />
<br />
Its actually calculate the time using only the $time, if I change it to use $data and $time it works perfectly.<br />
So, it should be:<br />
{{<br />
    public function formatDeliveryTime($date,$time)<br />
    {<br />
        return Mage::app()-&gt;getLocale()-&gt;date(strtotime($date.' '.$time),Zend_Date::TIMESTAMP)-&gt;toString('hh:mm a');<br />
    }<br />
}}<br />
<br />
And the popup.phtml (default/default/template/shipping/tracking) should be updated too.]]></description>
    </item>
            <item>
        <title>RE: Wrong date time conversion in Tracking Module</title>
        <description><![CDATA[<em>#3 / Comment by Magento Team</em><br/><br/>Hello renan.saddam,<br />
<br />
This issue was fixed. The changes will be available in the next bugfix release.<br />
<br />
Thank you.]]></description>
    </item>
        </channel>
</rss>