<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: GWT and JavaScript Date hell</title>
	<atom:link href="http://blog.gerardin.info/archives/674/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.gerardin.info/archives/674</link>
	<description>Java, Agile, the Web and other nice things</description>
	<lastBuildDate>Sun, 15 Jan 2012 01:56:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: olivier</title>
		<link>http://blog.gerardin.info/archives/674/comment-page-1#comment-1136</link>
		<dc:creator>olivier</dc:creator>
		<pubDate>Fri, 19 Nov 2010 20:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gerardin.info/?p=674#comment-1136</guid>
		<description>Hi, actually subtracting Date.getTimezoneOffset() was the only reliable cross-platform way that we found. The trick is to set the server timezone to GMT with the appropriate java command line option that I don&#039;t remember right now... For presenting the dates on the client we also use the same approach as you.</description>
		<content:encoded><![CDATA[<p>Hi, actually subtracting Date.getTimezoneOffset() was the only reliable cross-platform way that we found. The trick is to set the server timezone to GMT with the appropriate java command line option that I don&#8217;t remember right now&#8230; For presenting the dates on the client we also use the same approach as you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A odisséia do tratamento de Datas no GWT &#124; Development notes &#8211; lucasdeoliveira</title>
		<link>http://blog.gerardin.info/archives/674/comment-page-1#comment-1135</link>
		<dc:creator>A odisséia do tratamento de Datas no GWT &#124; Development notes &#8211; lucasdeoliveira</dc:creator>
		<pubDate>Fri, 19 Nov 2010 13:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gerardin.info/?p=674#comment-1135</guid>
		<description>[...] muito bem disse o autor do post &#8220;GWT and Javascript Date Hell&#8220;,  Olivier Gerárdin,  &#8221;You’d think that in 2010, date processing is something that [...]</description>
		<content:encoded><![CDATA[<p>[...] muito bem disse o autor do post &#8220;GWT and Javascript Date Hell&#8220;,  Olivier Gerárdin,  &#8221;You’d think that in 2010, date processing is something that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://blog.gerardin.info/archives/674/comment-page-1#comment-1134</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Wed, 17 Nov 2010 19:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gerardin.info/?p=674#comment-1134</guid>
		<description>Hi Olivier,
I was wondering what was the operation you&#039;ve made in order to sync Date instances generated in the client browser (in ant timezone) and the Dates on the server. Subtracting the Date.getTimezoneOffset by the Date.getTime can make things really messy (at least if you&#039;re using GXTs DateField). 

Also, for presenting the Dates coming from the server I&#039;m currently using the DateTimeFormat with a specific TimeZone created in the client side. Looks ok so far. Is that you&#039;re approach as well?

cheers!</description>
		<content:encoded><![CDATA[<p>Hi Olivier,<br />
I was wondering what was the operation you&#8217;ve made in order to sync Date instances generated in the client browser (in ant timezone) and the Dates on the server. Subtracting the Date.getTimezoneOffset by the Date.getTime can make things really messy (at least if you&#8217;re using GXTs DateField). </p>
<p>Also, for presenting the Dates coming from the server I&#8217;m currently using the DateTimeFormat with a specific TimeZone created in the client side. Looks ok so far. Is that you&#8217;re approach as well?</p>
<p>cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artie Motamed</title>
		<link>http://blog.gerardin.info/archives/674/comment-page-1#comment-1125</link>
		<dc:creator>Artie Motamed</dc:creator>
		<pubDate>Tue, 19 Oct 2010 21:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gerardin.info/?p=674#comment-1125</guid>
		<description>Yeah, that&#039;d be awesome.  If you have any feedback feel free to contact me, my email address is on the project page.</description>
		<content:encoded><![CDATA[<p>Yeah, that&#8217;d be awesome.  If you have any feedback feel free to contact me, my email address is on the project page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olivier</title>
		<link>http://blog.gerardin.info/archives/674/comment-page-1#comment-1117</link>
		<dc:creator>olivier</dc:creator>
		<pubDate>Fri, 15 Oct 2010 22:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gerardin.info/?p=674#comment-1117</guid>
		<description>This is great! I haven&#039;t tested it extensively but it looks good so far... I hope you don&#039;t mind that I tweeted about it :)</description>
		<content:encoded><![CDATA[<p>This is great! I haven&#8217;t tested it extensively but it looks good so far&#8230; I hope you don&#8217;t mind that I tweeted about it <img src='http://blog.gerardin.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artie Motamed</title>
		<link>http://blog.gerardin.info/archives/674/comment-page-1#comment-1116</link>
		<dc:creator>Artie Motamed</dc:creator>
		<pubDate>Fri, 15 Oct 2010 14:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gerardin.info/?p=674#comment-1116</guid>
		<description>Take a look at http://code.google.com/p/gwt-calendar-class/ .  I&#039;ve started porting java.util.Calendar, java.util.TimeZone, and java.util.Locale to GWT.  It&#039;s not a full implementation but it handles most of the basic use cases of Calendar.</description>
		<content:encoded><![CDATA[<p>Take a look at <a href="http://code.google.com/p/gwt-calendar-class/" rel="nofollow" class="liexternal">http://code.google.com/p/gwt-calendar-class/</a> .  I&#8217;ve started porting java.util.Calendar, java.util.TimeZone, and java.util.Locale to GWT.  It&#8217;s not a full implementation but it handles most of the basic use cases of Calendar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GWT &#8211; Calcular fecha en el cliente &#171; Blogging googling</title>
		<link>http://blog.gerardin.info/archives/674/comment-page-1#comment-1094</link>
		<dc:creator>GWT &#8211; Calcular fecha en el cliente &#171; Blogging googling</dc:creator>
		<pubDate>Tue, 07 Sep 2010 18:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gerardin.info/?p=674#comment-1094</guid>
		<description>[...] Interface (JSNI) GwtExt DateUtil source code w3schools &#8211; JavaScript Date SmartGwt Forum blog.gerardin.info &#8211; GWT and Javascript Date Hell           Escrito por cirovladimir Archivado en programacion Etiquetado: actual, arithmetic, [...]</description>
		<content:encoded><![CDATA[<p>[...] Interface (JSNI) GwtExt DateUtil source code w3schools &#8211; JavaScript Date SmartGwt Forum blog.gerardin.info &#8211; GWT and Javascript Date Hell           Escrito por cirovladimir Archivado en programacion Etiquetado: actual, arithmetic, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olivier</title>
		<link>http://blog.gerardin.info/archives/674/comment-page-1#comment-1047</link>
		<dc:creator>olivier</dc:creator>
		<pubDate>Wed, 26 May 2010 15:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gerardin.info/?p=674#comment-1047</guid>
		<description>DateJs looks nice, but I&#039;m not sure it solves the same problem. 
Let me know how it goes!</description>
		<content:encoded><![CDATA[<p>DateJs looks nice, but I&#8217;m not sure it solves the same problem.<br />
Let me know how it goes!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heimo Laukkanen</title>
		<link>http://blog.gerardin.info/archives/674/comment-page-1#comment-1046</link>
		<dc:creator>Heimo Laukkanen</dc:creator>
		<pubDate>Wed, 26 May 2010 14:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gerardin.info/?p=674#comment-1046</guid>
		<description>Just stumbled upon to a GWT project, which has a DateJs wrapper.

http://code.google.com/p/kiyaa/

Going to use it, or atleast try it in our project.</description>
		<content:encoded><![CDATA[<p>Just stumbled upon to a GWT project, which has a DateJs wrapper.</p>
<p><a href="http://code.google.com/p/kiyaa/" rel="nofollow" class="liexternal">http://code.google.com/p/kiyaa/</a></p>
<p>Going to use it, or atleast try it in our project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John J. Camilleri</title>
		<link>http://blog.gerardin.info/archives/674/comment-page-1#comment-969</link>
		<dc:creator>John J. Camilleri</dc:creator>
		<pubDate>Tue, 30 Mar 2010 07:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gerardin.info/?p=674#comment-969</guid>
		<description>Hi, I stumbled across this article because I was having the exact same problem.. the fact that GWT doesn&#039;t have a proper solution for this is ridiculous, but I did try the datejs library and as far as I can tell it does work very well!
As Zack said, just include the js file in your application and then use it via native JavaScript (JSNI) methods.
Glad I found this post!</description>
		<content:encoded><![CDATA[<p>Hi, I stumbled across this article because I was having the exact same problem.. the fact that GWT doesn&#8217;t have a proper solution for this is ridiculous, but I did try the datejs library and as far as I can tell it does work very well!<br />
As Zack said, just include the js file in your application and then use it via native JavaScript (JSNI) methods.<br />
Glad I found this post!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

