<?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: Detecting Client Side Time Zone Offset Via Javascript</title>
	<atom:link href="http://josephscott.org/archives/2009/08/detecting-client-side-time-zone-offset-via-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://josephscott.org/archives/2009/08/detecting-client-side-time-zone-offset-via-javascript/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 02:43:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Joseph Scott</title>
		<link>http://josephscott.org/archives/2009/08/detecting-client-side-time-zone-offset-via-javascript/#comment-1646</link>
		<dc:creator>Joseph Scott</dc:creator>
		<pubDate>Thu, 13 May 2010 19:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://josephscott.org/?p=1347#comment-1646</guid>
		<description>Interesting, I&#039;ll have to give that a read.

As for daylight savings, that is likely always going to be a pain.  JavaScript should know enough about the system it is running on to have the right offset.   This puts the work of keeping daylight savings in sync on the operating system, where it belongs.</description>
		<content:encoded><![CDATA[<p>Interesting, I&#8217;ll have to give that a read.</p>
<p>As for daylight savings, that is likely always going to be a pain.  JavaScript should know enough about the system it is running on to have the right offset.   This puts the work of keeping daylight savings in sync on the operating system, where it belongs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Nylund</title>
		<link>http://josephscott.org/archives/2009/08/detecting-client-side-time-zone-offset-via-javascript/#comment-1645</link>
		<dc:creator>Joel Nylund</dc:creator>
		<pubDate>Thu, 13 May 2010 15:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://josephscott.org/?p=1347#comment-1645</guid>
		<description>Hi, this is cool, but doesnt do daylight savings time, I found this after your script broke on spring forward:
http://www.onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/

thanks
Joel</description>
		<content:encoded><![CDATA[<p>Hi, this is cool, but doesnt do daylight savings time, I found this after your script broke on spring forward:<br />
<a href="http://www.onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/" rel="nofollow">http://www.onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/</a></p>
<p>thanks<br />
Joel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Scott</title>
		<link>http://josephscott.org/archives/2009/08/detecting-client-side-time-zone-offset-via-javascript/#comment-1644</link>
		<dc:creator>Joseph Scott</dc:creator>
		<pubDate>Tue, 25 Aug 2009 16:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://josephscott.org/?p=1347#comment-1644</guid>
		<description>Nice catch.  I&#039;ll have to update my example code to add the negative.</description>
		<content:encoded><![CDATA[<p>Nice catch.  I&#8217;ll have to update my example code to add the negative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Charabaruk</title>
		<link>http://josephscott.org/archives/2009/08/detecting-client-side-time-zone-offset-via-javascript/#comment-1643</link>
		<dc:creator>Chris Charabaruk</dc:creator>
		<pubDate>Tue, 25 Aug 2009 04:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://josephscott.org/?p=1347#comment-1643</guid>
		<description>A caveat: Date.getTimezoneOffset() returns positive numbers west of GMT and negative east of it. This means to get a proper offset, the result of that call needs to be made negative. After all, North American EDT is -0400, not +0400.</description>
		<content:encoded><![CDATA[<p>A caveat: Date.getTimezoneOffset() returns positive numbers west of GMT and negative east of it. This means to get a proper offset, the result of that call needs to be made negative. After all, North American EDT is -0400, not +0400.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland Smith</title>
		<link>http://josephscott.org/archives/2009/08/detecting-client-side-time-zone-offset-via-javascript/#comment-1642</link>
		<dc:creator>Roland Smith</dc:creator>
		<pubDate>Mon, 10 Aug 2009 17:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://josephscott.org/?p=1347#comment-1642</guid>
		<description>This works great! Thanks for the tip.</description>
		<content:encoded><![CDATA[<p>This works great! Thanks for the tip.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
