<?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: Storing UTC datetime in your database?  Is that really how you want to see your dates in reporting services?</title>
	<atom:link href="http://dbawill.org/2008/10/storing-utc-datetime-in-your-database-is-that-really-how-you-want-to-see-your-dates-in-reporting-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://dbawill.org/2008/10/storing-utc-datetime-in-your-database-is-that-really-how-you-want-to-see-your-dates-in-reporting-services/</link>
	<description></description>
	<lastBuildDate>Mon, 30 Aug 2010 19:05:59 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: JORDAN</title>
		<link>http://dbawill.org/2008/10/storing-utc-datetime-in-your-database-is-that-really-how-you-want-to-see-your-dates-in-reporting-services/comment-page-1/#comment-356</link>
		<dc:creator>JORDAN</dc:creator>
		<pubDate>Sun, 27 Jun 2010 15:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbawill.org/?p=128#comment-356</guid>
		<description>&lt;strong&gt;Pillspot.org. Canadian Health&amp;Care.No prescription online pharmacy.Special Internet Prices.Pillspot.org.&lt;b&gt; &lt;a href=&quot;http://pillspot.org/products/vitamins_herbal_supplements/ Vitamins@buy.online&quot; rel=&quot;nofollow&quot;&gt;.&lt;/a&gt;...&lt;/strong&gt;

Categories: &lt;b&gt;Mens Health.Antidepressants.Mental HealthStop SmokingPain Relief.Skin Care.Vitamins/Herbal Supplements.Weight Loss.Anti-allergic/Asthma.Stomach.Antiviral.Antibiotics.Antidiabetic.Womens Health.Anxiety/Sleep Aid.Eye Care.Blood Pressure/...</description>
		<content:encoded><![CDATA[<p><strong>Pillspot.org. Canadian Health&amp;Care.No prescription online pharmacy.Special Internet Prices.Pillspot.org.<b> <a href="http://pillspot.org/products/vitamins_herbal_supplements/ <a href="mailto:Vitamins@buy.online">Vitamins@buy.online</a>&#8221; rel=&#8221;nofollow&#8221;>.&#8230;</b></strong></p>
<p>Categories: <b>Mens Health.Antidepressants.Mental HealthStop SmokingPain Relief.Skin Care.Vitamins/Herbal Supplements.Weight Loss.Anti-allergic/Asthma.Stomach.Antiviral.Antibiotics.Antidiabetic.Womens Health.Anxiety/Sleep Aid.Eye Care.Blood Pressure/&#8230;</b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://dbawill.org/2008/10/storing-utc-datetime-in-your-database-is-that-really-how-you-want-to-see-your-dates-in-reporting-services/comment-page-1/#comment-22</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Fri, 10 Oct 2008 03:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbawill.org/?p=128#comment-22</guid>
		<description>Your only option, really, is to either

1. get the IP address and attempt to guess the timezone based on the lookup
2. ask the user to provide their timezone and store the offset for future calculations in their user/profile records

Time zones are completely a pain in the ass, but generally storing in UTC is about your only option, and your friends were 100% right that you have to include that logic in pretty much everything you do if you&#039;re working on a global application.

In my case most of this work spans a few continents and we have many stored procedures, functions, and assemblies to handle this work for us.  It sucks, and I forget to do it a lot.</description>
		<content:encoded><![CDATA[<p>Your only option, really, is to either</p>
<p>1. get the IP address and attempt to guess the timezone based on the lookup<br />
2. ask the user to provide their timezone and store the offset for future calculations in their user/profile records</p>
<p>Time zones are completely a pain in the ass, but generally storing in UTC is about your only option, and your friends were 100% right that you have to include that logic in pretty much everything you do if you&#8217;re working on a global application.</p>
<p>In my case most of this work spans a few continents and we have many stored procedures, functions, and assemblies to handle this work for us.  It sucks, and I forget to do it a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danahern</title>
		<link>http://dbawill.org/2008/10/storing-utc-datetime-in-your-database-is-that-really-how-you-want-to-see-your-dates-in-reporting-services/comment-page-1/#comment-21</link>
		<dc:creator>danahern</dc:creator>
		<pubDate>Tue, 07 Oct 2008 15:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbawill.org/?p=128#comment-21</guid>
		<description>That works well inside a corporate database, or a controlled environment, but what about a global web application?  Are there any tricks you can provide on the database end that will help programmers who can&#039;t stand working with timezones?  I was led to believe, by less knowledgeable people that you just through everything into the database as UTC and perform calculations after you pull the information out of the database.</description>
		<content:encoded><![CDATA[<p>That works well inside a corporate database, or a controlled environment, but what about a global web application?  Are there any tricks you can provide on the database end that will help programmers who can&#8217;t stand working with timezones?  I was led to believe, by less knowledgeable people that you just through everything into the database as UTC and perform calculations after you pull the information out of the database.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
