<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Automatic timezone conversion in JavaScript</title>
	<atom:link href="http://blog.boxedice.com/2010/01/21/automatic-timezone-conversion-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.boxedice.com/2010/01/21/automatic-timezone-conversion-in-javascript/</link>
	<description>Real software development</description>
	<lastBuildDate>Fri, 03 Feb 2012 10:34:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Kumaresan</title>
		<link>http://blog.boxedice.com/2010/01/21/automatic-timezone-conversion-in-javascript/#comment-2756</link>
		<dc:creator><![CDATA[Kumaresan]]></dc:creator>
		<pubDate>Thu, 17 Nov 2011 06:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxedice.com/?p=612#comment-2756</guid>
		<description><![CDATA[How to convert GMT date time to other timezone time?]]></description>
		<content:encoded><![CDATA[<p>How to convert GMT date time to other timezone time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivo Danihelka</title>
		<link>http://blog.boxedice.com/2010/01/21/automatic-timezone-conversion-in-javascript/#comment-695</link>
		<dc:creator><![CDATA[Ivo Danihelka]]></dc:creator>
		<pubDate>Sat, 23 Jan 2010 21:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxedice.com/?p=612#comment-695</guid>
		<description><![CDATA[I understand the need to do the conversion on the server to align the graph with the day start.
Do you store the data normally in UTC?
Then it should be possible to send the timestamps also in UTC.

It must be painful to remember that the produced timestamps are not in UTC.
Unix timestamps are defined to be in UTC (except for a leap second).]]></description>
		<content:encoded><![CDATA[<p>I understand the need to do the conversion on the server to align the graph with the day start.<br />
Do you store the data normally in UTC?<br />
Then it should be possible to send the timestamps also in UTC.</p>
<p>It must be painful to remember that the produced timestamps are not in UTC.<br />
Unix timestamps are defined to be in UTC (except for a leap second).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

