<?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: TryParseExact and UTC DateTime</title>
	<atom:link href="http://www.mindthe.net/devices/2008/05/23/tryparseexact-and-utc-datetime/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mindthe.net/devices/2008/05/23/tryparseexact-and-utc-datetime/</link>
	<description>Let's think the unthinkable, let's do the undoable, let's prepare to grapple with the ineffable itself, and see if we may not eff it after all. - Douglas Adams</description>
	<lastBuildDate>Tue, 29 Nov 2011 06:39:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Stuart</title>
		<link>http://www.mindthe.net/devices/2008/05/23/tryparseexact-and-utc-datetime/comment-page-1/#comment-392</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Mon, 18 Oct 2010 10:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindthe.net/devices/?p=64#comment-392</guid>
		<description>Thanks for this - old blog posts never die!

But I think maybe the best answer is to use BOTH AssumeUniversal AND AdjustToUniversal:
            DateTime.TryParseExact(group.Value, this.customParseText, CultureInfo.InvariantCulture, System.Globalization.DateTimeStyles.AdjustToUniversal &#124; System.Globalization.DateTimeStyles.AdjustToUniversal, out dateTime);</description>
		<content:encoded><![CDATA[<p>Thanks for this &#8211; old blog posts never die!</p>
<p>But I think maybe the best answer is to use BOTH AssumeUniversal AND AdjustToUniversal:<br />
            DateTime.TryParseExact(group.Value, this.customParseText, CultureInfo.InvariantCulture, System.Globalization.DateTimeStyles.AdjustToUniversal | System.Globalization.DateTimeStyles.AdjustToUniversal, out dateTime);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anderson</title>
		<link>http://www.mindthe.net/devices/2008/05/23/tryparseexact-and-utc-datetime/comment-page-1/#comment-376</link>
		<dc:creator>Anderson</dc:creator>
		<pubDate>Wed, 18 Aug 2010 04:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindthe.net/devices/?p=64#comment-376</guid>
		<description>Thanks you i&#039;m dont speak english, but is a big help.</description>
		<content:encoded><![CDATA[<p>Thanks you i&#8217;m dont speak english, but is a big help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

