<?xml version="1.0" encoding="ISO-8859-1"?><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: Safe way to convert UTC time to local time when databinding</title>
	<atom:link href="http://egilhansen.com/2007/10/29/safe-way-to-convert-utc-time-to-local-time-when-databinding/feed/" rel="self" type="application/rss+xml" />
	<link>http://egilhansen.com/2007/10/29/safe-way-to-convert-utc-time-to-local-time-when-databinding/</link>
	<description>.NET, Windows, ASP.Net, scripts</description>
	<lastBuildDate>Sat, 04 Sep 2010 10:44:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris</title>
		<link>http://egilhansen.com/2007/10/29/safe-way-to-convert-utc-time-to-local-time-when-databinding/comment-page-1/#comment-488</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 22 Apr 2010 09:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.egil.dk/2007/10/29/safe-way-to-convert-utc-time-to-local-time-when-databinding/#comment-488</guid>
		<description>The other way around:

public static DateTime ConvertToUtcTime(DateTime dt)
        {
            return TimeZoneInfo.ConvertTimeToUtc(dt);
        }</description>
		<content:encoded><![CDATA[<p>The other way around:</p>
<p>public static DateTime ConvertToUtcTime(DateTime dt)<br />
        {<br />
            return TimeZoneInfo.ConvertTimeToUtc(dt);<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenny</title>
		<link>http://egilhansen.com/2007/10/29/safe-way-to-convert-utc-time-to-local-time-when-databinding/comment-page-1/#comment-39</link>
		<dc:creator>Jenny</dc:creator>
		<pubDate>Fri, 07 Mar 2008 23:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.egil.dk/2007/10/29/safe-way-to-convert-utc-time-to-local-time-when-databinding/#comment-39</guid>
		<description>Thank you, thank you, thank you! I&#039;ve looked everywhere for a way to convert UTC to local time without going through 500 permutations of the value.</description>
		<content:encoded><![CDATA[<p>Thank you, thank you, thank you! I&#8217;ve looked everywhere for a way to convert UTC to local time without going through 500 permutations of the value.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
