<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Date formatter error when user have daylight saving time</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/date-formatter-error-when-user-have-daylight-saving-time</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/bugs/date-formatter-error-when-user-have-daylight-saving-time/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>smichels on Date formatter error when user have daylight saving time</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/date-formatter-error-when-user-have-daylight-saving-time#p25005</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/date-formatter-error-when-user-have-daylight-saving-time#p25005</guid>
        	        	<description><![CDATA[<p>Hi all!</p>
<p>I created one question on StackOverflow: <a href="http://stackoverflow.com/questions/7916881/jqgrid-formatting-date-returns-wrong-date-solved" rel="nofollow" target="_blank"><a href="http://stackoverflow.com/quest" rel="nofollow">http://stackoverflow.com/quest</a>.....ate-solved</a></p>
</p>
<p>As you can see, the date returned when you have daylight saving time is incorrect (tested with brazilian portuguese) and to solve this issue I changed</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6009' value='Select Code' data-codeid='sfcode6009' /></p>
<div class='sfcode' id='sfcode6009'>timestamp.getDate()</div>
<p>for</p>
<pre class="lang-xml prettyprint"><p><input type='button' class='sfcodeselect' name='sfselectit8098' value='Select Code' data-codeid='sfcode8098' /></p><div class='sfcode' id='sfcode8098'>timestamp.getUTCDate()</div></pre>
]]></description>
        	        	<pubDate>Thu, 27 Oct 2011 20:30:11 +0300</pubDate>
        </item>
</channel>
</rss>