<?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: DateTime vs. DateTimeOffset in .Net</title>
	<atom:link href="http://www.danrigsby.com/blog/index.php/2008/08/23/datetime-vs-datetimeoffset-in-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danrigsby.com/blog/index.php/2008/08/23/datetime-vs-datetimeoffset-in-net/</link>
	<description>Developer.Speaker.Blogger</description>
	<lastBuildDate>Sun, 14 Aug 2011 06:09:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Robin Minto</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/08/23/datetime-vs-datetimeoffset-in-net/comment-page-1/#comment-1445</link>
		<dc:creator>Robin Minto</dc:creator>
		<pubDate>Fri, 07 Nov 2008 15:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=343#comment-1445</guid>
		<description>Interesting article, thanks!

Just wanted to point out a minor flaw though. In &quot;How to convert from DateTime to DateTimeOffset&quot; you say &quot;If you don’t supply an offset, then GMT is assumed.&quot;. Actually it depends on the DateTime.Kind property of the DateTime you supply to the constructor. See the remarks in this &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/bb337819.aspx&quot; rel=&quot;nofollow&quot;&gt;MSDN article&lt;/a&gt; for the details.

Regards,

Robin</description>
		<content:encoded><![CDATA[<p>Interesting article, thanks!</p>
<p>Just wanted to point out a minor flaw though. In &#8220;How to convert from DateTime to DateTimeOffset&#8221; you say &#8220;If you don’t supply an offset, then GMT is assumed.&#8221;. Actually it depends on the DateTime.Kind property of the DateTime you supply to the constructor. See the remarks in this <a href="http://msdn.microsoft.com/en-us/library/bb337819.aspx" rel="nofollow">MSDN article</a> for the details.</p>
<p>Regards,</p>
<p>Robin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Software Warlock &#187; Dates &#38; Times in .NET 3.5</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/08/23/datetime-vs-datetimeoffset-in-net/comment-page-1/#comment-1438</link>
		<dc:creator>Software Warlock &#187; Dates &#38; Times in .NET 3.5</dc:creator>
		<pubDate>Tue, 04 Nov 2008 17:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=343#comment-1438</guid>
		<description>[...] Rigsby has a two part series where he looks primarily at the mechanical use of these classes. Part one discusses the use of the DateTimeOffset class and part two discusses the use of the TimeZoneInfo [...]</description>
		<content:encoded><![CDATA[<p>[...] Rigsby has a two part series where he looks primarily at the mechanical use of these classes. Part one discusses the use of the DateTimeOffset class and part two discusses the use of the TimeZoneInfo [...]</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/23/datetime-vs-datetimeoffset-in-net/comment-page-1/#comment-828</link>
		<dc:creator>Dan Rigsby &#187; New Webcast: Date &#38; Times in .Net 3.5</dc:creator>
		<pubDate>Wed, 27 Aug 2008 21:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=343#comment-828</guid>
		<description>[...] DateTime vs. DateTimeOffset in .Net [...]</description>
		<content:encoded><![CDATA[<p>[...] DateTime vs. DateTimeOffset 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/23/datetime-vs-datetimeoffset-in-net/comment-page-1/#comment-825</link>
		<dc:creator>Weekly Web Nuggets #27 : Code Monkey Labs</dc:creator>
		<pubDate>Wed, 27 Aug 2008 20:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=343#comment-825</guid>
		<description>[...] DateTime vs. DateTimeOffset In .NET 3.5: In part one of his two part series on working with dates &amp; times in .NET 3.5, Dan Rigsby takes a look at the new DateTimeOffset structure. [...]</description>
		<content:encoded><![CDATA[<p>[...] DateTime vs. DateTimeOffset In .NET 3.5: In part one of his two part series on working with dates &amp; times in .NET 3.5, Dan Rigsby takes a look at the new DateTimeOffset structure. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop - August 25, 2008 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/08/23/datetime-vs-datetimeoffset-in-net/comment-page-1/#comment-805</link>
		<dc:creator>Dew Drop - August 25, 2008 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Mon, 25 Aug 2008 13:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=343#comment-805</guid>
		<description>[...] DateTime vs. DateTimeOffset in .NET&#160;and&#160;TimeZone vs. TimeZoneInfo in .NET (Dan Rigsby) [...]</description>
		<content:encoded><![CDATA[<p>[...] DateTime vs. DateTimeOffset in .NET&#160;and&#160;TimeZone vs. TimeZoneInfo in .NET (Dan Rigsby) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Rigsby &#187; TimeZone vs. TimeZoneInfo in .Net</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/08/23/datetime-vs-datetimeoffset-in-net/comment-page-1/#comment-803</link>
		<dc:creator>Dan Rigsby &#187; TimeZone vs. TimeZoneInfo in .Net</dc:creator>
		<pubDate>Mon, 25 Aug 2008 02:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=343#comment-803</guid>
		<description>[...] by Dan Rigsby on August 24th, 2008  Working with Dates and Times in .Net 3.5 Series: Part 1: DateTime vs. DateTimeOffset in .Net Part 2: TimeZone vs. TimeZoneInfo in [...]</description>
		<content:encoded><![CDATA[<p>[...] by Dan Rigsby on August 24th, 2008  Working with Dates and Times in .Net 3.5 Series: Part 1: DateTime vs. DateTimeOffset in .Net Part 2: TimeZone vs. TimeZoneInfo in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weekly Link Post 56 &#171; Rhonda Tipton&#8217;s WebLog</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/08/23/datetime-vs-datetimeoffset-in-net/comment-page-1/#comment-799</link>
		<dc:creator>Weekly Link Post 56 &#171; Rhonda Tipton&#8217;s WebLog</dc:creator>
		<pubDate>Sun, 24 Aug 2008 21:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=343#comment-799</guid>
		<description>[...] Dan Rigsby has posted a great article comparing DateTime vs. DateTimeOffset in .Net. [...]</description>
		<content:encoded><![CDATA[<p>[...] Dan Rigsby has posted a great article comparing DateTime vs. DateTimeOffset in .Net. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/08/23/datetime-vs-datetimeoffset-in-net/comment-page-1/#comment-798</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sun, 24 Aug 2008 18:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=343#comment-798</guid>
		<description>Another cool feature those of us stuck in .NET3.0Land can&#039;t use!

&lt;cite&gt;Someday, over the rainbow..&lt;/cite&gt;</description>
		<content:encoded><![CDATA[<p>Another cool feature those of us stuck in .NET3.0Land can&#8217;t use!</p>
<p><cite>Someday, over the rainbow..</cite></p>
]]></content:encoded>
	</item>
</channel>
</rss>

