<?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: Auto detect a time zone with JavaScript</title>
	<atom:link href="http://www.onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/</link>
	<description>a blog about building stuff on the web</description>
	<lastBuildDate>Mon, 09 Jan 2012 18:55:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Kieran</title>
		<link>http://www.onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/comment-page-1/#comment-4144</link>
		<dc:creator>Kieran</dc:creator>
		<pubDate>Mon, 21 Nov 2011 05:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/#comment-4144</guid>
		<description>because queensland doesn&#039;t observe daylight savings. This is because the cows will become confused about milking time and also because the curtains will fade quicker... True story... &lt;a href=&quot;http://whirlpool.net.au/wiki/dlsinqld&quot; rel=&quot;nofollow&quot;&gt;http://whirlpool.net.au/wiki/dlsinqld&lt;/a&gt; 
 </description>
		<content:encoded><![CDATA[<p>because queensland doesn&#039;t observe daylight savings. This is because the cows will become confused about milking time and also because the curtains will fade quicker&#8230; True story&#8230; <a href="http://whirlpool.net.au/wiki/dlsinqld" rel="nofollow">http://whirlpool.net.au/wiki/dlsinqld</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vale45</title>
		<link>http://www.onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/comment-page-1/#comment-4082</link>
		<dc:creator>Vale45</dc:creator>
		<pubDate>Fri, 18 Nov 2011 02:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/#comment-4082</guid>
		<description>Really good and useful info, good articles. &lt;a href=&quot;http://tricyclicantidepressantsinfo.com&quot; rel=&quot;nofollow&quot;&gt;tricyclic antidepressants&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>Really good and useful info, good articles. <a href="http://tricyclicantidepressantsinfo.com" rel="nofollow">tricyclic antidepressants</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samson99</title>
		<link>http://www.onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/comment-page-2/#comment-3239</link>
		<dc:creator>samson99</dc:creator>
		<pubDate>Sun, 23 Oct 2011 17:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/#comment-3239</guid>
		<description>The accurate and often undesirable. We need to introduce a user option to allow the user to choose their language.Thanks for sharing informative post.&lt;a href=&quot;http://boutiquelafleur.com/index.php.sample/designers/graham-spencer.html&quot; rel=&quot;nofollow&quot;&gt;Graham and Spencer&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>The accurate and often undesirable. We need to introduce a user option to allow the user to choose their language.Thanks for sharing informative post.<a href="http://boutiquelafleur.com/index.php.sample/designers/graham-spencer.html" rel="nofollow">Graham and Spencer</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Eaglehouse</title>
		<link>http://www.onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/comment-page-2/#comment-3219</link>
		<dc:creator>Ed Eaglehouse</dc:creator>
		<pubDate>Tue, 04 Oct 2011 15:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/#comment-3219</guid>
		<description>You would need to get the official daylight saving time tables. If you wanted historical dates, you&#039;d need the tables that go back through the times you are storing. Josh&#039;s code is used for converting between current local times and current UTC times. For historical times, you have to determine which table to use before applying the timezone offset or you may end up using a DST offset when standard time was in effect. 
 
Note that in .NET, the historical tables are not available, only current ones, unless you call for the time zone info structures a special way. Sorry if that&#039;s vague, but I don&#039;t recall exactly which time zone methods and classes do what. </description>
		<content:encoded><![CDATA[<p>You would need to get the official daylight saving time tables. If you wanted historical dates, you&#039;d need the tables that go back through the times you are storing. Josh&#039;s code is used for converting between current local times and current UTC times. For historical times, you have to determine which table to use before applying the timezone offset or you may end up using a DST offset when standard time was in effect. </p>
<p>Note that in .NET, the historical tables are not available, only current ones, unless you call for the time zone info structures a special way. Sorry if that&#039;s vague, but I don&#039;t recall exactly which time zone methods and classes do what.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Eaglehouse</title>
		<link>http://www.onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/comment-page-1/#comment-3218</link>
		<dc:creator>Ed Eaglehouse</dc:creator>
		<pubDate>Tue, 04 Oct 2011 15:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/#comment-3218</guid>
		<description>Here is a great resource about mapping between Windows and standard time zone identifiers: Mapping from Windows Time Zone Identifiers to Standard Identifiers  &lt;a href=&quot;http://(http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/zone_tzid.html)&quot; rel=&quot;nofollow&quot;&gt;(http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/zone_tzid.html)&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>Here is a great resource about mapping between Windows and standard time zone identifiers: Mapping from Windows Time Zone Identifiers to Standard Identifiers  <a href="http://(http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/zone_tzid.html)" rel="nofollow">(</a><a href="http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/zone_tzid.html" rel="nofollow">http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/zone_tzid.html</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nithra</title>
		<link>http://www.onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/comment-page-2/#comment-3205</link>
		<dc:creator>Nithra</dc:creator>
		<pubDate>Fri, 09 Sep 2011 12:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/#comment-3205</guid>
		<description>Hello Josh, 
 
I have one question for you.I created one hidden asp control and use Javascript code to get the user timezone.I need to pass the javascript return variable value to hidden control and access in code behind cs file on page load of Infopath form. 
Is there a way how it works?  </description>
		<content:encoded><![CDATA[<p>Hello Josh, </p>
<p>I have one question for you.I created one hidden asp control and use Javascript code to get the user timezone.I need to pass the javascript return variable value to hidden control and access in code behind cs file on page load of Infopath form.<br />
Is there a way how it works?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anshul Mittal</title>
		<link>http://www.onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/comment-page-1/#comment-3183</link>
		<dc:creator>Anshul Mittal</dc:creator>
		<pubDate>Thu, 11 Aug 2011 08:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/#comment-3183</guid>
		<description>Hi Josh, 
Thanks a lot for posting the code. 
But my problem is: I want user date/time as per user timezone or locale. </description>
		<content:encoded><![CDATA[<p>Hi Josh,<br />
Thanks a lot for posting the code.<br />
But my problem is: I want user date/time as per user timezone or locale.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simple</title>
		<link>http://www.onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/comment-page-2/#comment-3169</link>
		<dc:creator>simple</dc:creator>
		<pubDate>Wed, 20 Jul 2011 16:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/#comment-3169</guid>
		<description>simple javascript code;    var localdate=new Date();     localdate will then contain local date &amp; timezone (as set in user&#039;s local PC, hence will be 99.99% accurate).......for ex- Wed Jul 20 2011 22:05:42 GMT+0530 (India Standard Time) .......this can be easily parsed in standard way and used for exact timezone info.......good luck 
 </description>
		<content:encoded><![CDATA[<p>simple javascript code;    var localdate=new Date();     localdate will then contain local date &amp; timezone (as set in user&#039;s local PC, hence will be 99.99% accurate)&#8230;&#8230;.for ex- Wed Jul 20 2011 22:05:42 GMT+0530 (India Standard Time) &#8230;&#8230;.this can be easily parsed in standard way and used for exact timezone info&#8230;&#8230;.good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Go Sailing</title>
		<link>http://www.onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/comment-page-2/#comment-3118</link>
		<dc:creator>Go Sailing</dc:creator>
		<pubDate>Wed, 15 Jun 2011 03:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/#comment-3118</guid>
		<description>Used this script on boatparadise.com and it didn&#039;t work because of the &quot;exception&quot; errors. Any help, pls, anyone? </description>
		<content:encoded><![CDATA[<p>Used this script on boatparadise.com and it didn&#039;t work because of the &quot;exception&quot; errors. Any help, pls, anyone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanjana</title>
		<link>http://www.onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/comment-page-2/#comment-3100</link>
		<dc:creator>sanjana</dc:creator>
		<pubDate>Wed, 01 Jun 2011 19:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/#comment-3100</guid>
		<description>hii 
  i have used it, the time is changed..but i want the time to be updated on my machine based on the changed time..how im aable to do it???  </description>
		<content:encoded><![CDATA[<p>hii<br />
  i have used it, the time is changed..but i want the time to be updated on my machine based on the changed time..how im aable to do it???</p>
]]></content:encoded>
	</item>
</channel>
</rss>

