<?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: TimeZone vs. TimeZoneInfo in .Net</title>
	<atom:link href="http://www.danrigsby.com/blog/index.php/2008/08/24/timezone-vs-timezoneinfo-in-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danrigsby.com/blog/index.php/2008/08/24/timezone-vs-timezoneinfo-in-net/</link>
	<description>Developer.Speaker.Blogger</description>
	<lastBuildDate>Fri, 12 Mar 2010 18:33:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Terry</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/08/24/timezone-vs-timezoneinfo-in-net/comment-page-1/#comment-3140</link>
		<dc:creator>Terry</dc:creator>
		<pubDate>Thu, 28 May 2009 21:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/08/24/timezone-vs-timezoneinfo-in-net/#comment-3140</guid>
		<description>Thanks - Exactly what I was looking for!  Incorporated into website and works like a charm</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; Exactly what I was looking for!  Incorporated into website and works like a charm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mickey</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/08/24/timezone-vs-timezoneinfo-in-net/comment-page-1/#comment-2998</link>
		<dc:creator>Mickey</dc:creator>
		<pubDate>Fri, 13 Mar 2009 18:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/08/24/timezone-vs-timezoneinfo-in-net/#comment-2998</guid>
		<description>Can this work with .NET 1.1 ?</description>
		<content:encoded><![CDATA[<p>Can this work with .NET 1.1 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/08/24/timezone-vs-timezoneinfo-in-net/comment-page-1/#comment-1556</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 04 Dec 2008 21:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/08/24/timezone-vs-timezoneinfo-in-net/#comment-1556</guid>
		<description>Great article! One question though. I need to display the timezone abbrievation along with the date-time. All I can find are the long names for the timezones. Any thoughts on this?</description>
		<content:encoded><![CDATA[<p>Great article! One question though. I need to display the timezone abbrievation along with the date-time. All I can find are the long names for the timezones. Any thoughts on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/08/24/timezone-vs-timezoneinfo-in-net/comment-page-1/#comment-1548</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Tue, 02 Dec 2008 19:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/08/24/timezone-vs-timezoneinfo-in-net/#comment-1548</guid>
		<description>Just wanted to thank you for these two great articles. It really clarified things and helped me migrate from an older approach (found on Code Project) to the .Net 3.5 way. It also allows me to migrate my web app from Windows Server 2003 to 2008. Thank you!</description>
		<content:encoded><![CDATA[<p>Just wanted to thank you for these two great articles. It really clarified things and helped me migrate from an older approach (found on Code Project) to the .Net 3.5 way. It also allows me to migrate my web app from Windows Server 2003 to 2008. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Rigsby</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/08/24/timezone-vs-timezoneinfo-in-net/comment-page-1/#comment-1481</link>
		<dc:creator>Dan Rigsby</dc:creator>
		<pubDate>Sat, 15 Nov 2008 23:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/08/24/timezone-vs-timezoneinfo-in-net/#comment-1481</guid>
		<description>You have a number of options.  If you are storing the date at UTC, then you just need to call ToLocalTime(). If you arent using UTC times, then you need to somehow send the offset (from GMT) to the clients.  This can be a global variable you store if this doesnt change.  A offset might be -4 hours.  Then you can just use the DateAdd methods to add the positive or negative number to calculate the offset.</description>
		<content:encoded><![CDATA[<p>You have a number of options.  If you are storing the date at UTC, then you just need to call ToLocalTime(). If you arent using UTC times, then you need to somehow send the offset (from GMT) to the clients.  This can be a global variable you store if this doesnt change.  A offset might be -4 hours.  Then you can just use the DateAdd methods to add the positive or negative number to calculate the offset.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/08/24/timezone-vs-timezoneinfo-in-net/comment-page-1/#comment-1478</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 15 Nov 2008 19:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/08/24/timezone-vs-timezoneinfo-in-net/#comment-1478</guid>
		<description>Hi Dan,
I have to use .Net 2.0 for now.
I have a WinForms app that needs to simultaneously show times for our 3-4 offices around the world, so everyone running it will see the times at all offices, regardless of what time zone the client computer is in.  Given DateTime.Now, I was hoping the .ToString() method would take an optional timezone parameter, but no such luck.

Do you have any suggestions for how to do this in .NET 2.0.  It looks like support is better in 3.5, but I can&#039;t go there yet.

Thanks in advance,
 Steve</description>
		<content:encoded><![CDATA[<p>Hi Dan,<br />
I have to use .Net 2.0 for now.<br />
I have a WinForms app that needs to simultaneously show times for our 3-4 offices around the world, so everyone running it will see the times at all offices, regardless of what time zone the client computer is in.  Given DateTime.Now, I was hoping the .ToString() method would take an optional timezone parameter, but no such luck.</p>
<p>Do you have any suggestions for how to do this in .NET 2.0.  It looks like support is better in 3.5, but I can&#8217;t go there yet.</p>
<p>Thanks in advance,<br />
 Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weekly Link Post 57 &#171; Rhonda Tipton&#8217;s WebLog</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/08/24/timezone-vs-timezoneinfo-in-net/comment-page-1/#comment-883</link>
		<dc:creator>Weekly Link Post 57 &#171; Rhonda Tipton&#8217;s WebLog</dc:creator>
		<pubDate>Mon, 01 Sep 2008 19:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/08/24/timezone-vs-timezoneinfo-in-net/#comment-883</guid>
		<description>[...] Dan Rigsby continues his series on Working with Dates &amp; Times in .Net 3.5: TimeZone vs. TimeZoneInfo in .Net [...]</description>
		<content:encoded><![CDATA[<p>[...] Dan Rigsby continues his series on Working with Dates &amp; Times in .Net 3.5: TimeZone vs. TimeZoneInfo in .Net [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Rigsby &#187; New Webcast: Date &#38; Times in .Net 3.5</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/08/24/timezone-vs-timezoneinfo-in-net/comment-page-1/#comment-827</link>
		<dc:creator>Dan Rigsby &#187; New Webcast: Date &#38; Times in .Net 3.5</dc:creator>
		<pubDate>Wed, 27 Aug 2008 21:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/08/24/timezone-vs-timezoneinfo-in-net/#comment-827</guid>
		<description>[...] TimeZone vs. TimeZoneInfo in .Net [...]</description>
		<content:encoded><![CDATA[<p>[...] TimeZone vs. TimeZoneInfo in .Net [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weekly Web Nuggets #27 : Code Monkey Labs</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/08/24/timezone-vs-timezoneinfo-in-net/comment-page-1/#comment-826</link>
		<dc:creator>Weekly Web Nuggets #27 : Code Monkey Labs</dc:creator>
		<pubDate>Wed, 27 Aug 2008 20:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/08/24/timezone-vs-timezoneinfo-in-net/#comment-826</guid>
		<description>[...] TimeZone vs. TimeZoneInfo In .NET 3.5: In part two, Dan takes a look at the new TimeZoneInfo class. [...]</description>
		<content:encoded><![CDATA[<p>[...] TimeZone vs. TimeZoneInfo In .NET 3.5: In part two, Dan takes a look at the new TimeZoneInfo class. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Rigsby &#187; DateTime vs. DateTimeOffset in .Net</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/08/24/timezone-vs-timezoneinfo-in-net/comment-page-1/#comment-804</link>
		<dc:creator>Dan Rigsby &#187; DateTime vs. DateTimeOffset in .Net</dc:creator>
		<pubDate>Mon, 25 Aug 2008 02:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/08/24/timezone-vs-timezoneinfo-in-net/#comment-804</guid>
		<description>[...] Posted by Dan Rigsby on August 23rd, 2008  Working with Dates and Times in .Net 3.5 Series: Part 1: DateTime vs. DateTimeOffset in .Net Part 2: TimeZone vs. TimeZoneInfo in .Net [...]</description>
		<content:encoded><![CDATA[<p>[...] Posted by Dan Rigsby on August 23rd, 2008  Working with Dates and Times in .Net 3.5 Series: Part 1: DateTime vs. DateTimeOffset in .Net Part 2: TimeZone vs. TimeZoneInfo in .Net [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
