<?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 #9933 / Wrong date time conversion in Tracking Module</title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=4708</link>
        <description><![CDATA[<strong>Posted:</strong> 2009-01-06 08:50:50<br/><strong>Category:</strong> Orders<br/><strong>Version:</strong> 1.2.0.1<br/><strong>Priority:</strong> urgent<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/>Hello Dev-Team,<br />
<br />
Check this image: http://content.screencast.com/users/skyman/folders/Jing/media/3d97f18f-c0bb-407b-8d46-82e368feb707/2008-11-11_1012.png<br />
<br />
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 $date 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 either.<br />
<br />
<br />
Best Regards<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/44514/">turbo1</a></em><br/><br/>I've had this problem too. Thanks for reporting it!]]></description>
    </item>
            <item>
        <title>RE: Wrong date time conversion in Tracking Module</title>
        <description><![CDATA[<em>#2 / 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>