<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Give Me The Current Date Please</title>
	<atom:link href="http://awads.net/wp/2008/04/17/give-me-the-current-date-please/feed/" rel="self" type="application/rss+xml" />
	<link>http://awads.net/wp/2008/04/17/give-me-the-current-date-please/</link>
	<description>News, views, tips and tricks on Oracle and other fun stuff</description>
	<lastBuildDate>Wed, 17 Mar 2010 02:29:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Karl Reitschuster</title>
		<link>http://awads.net/wp/2008/04/17/give-me-the-current-date-please/comment-page-1/#comment-52082</link>
		<dc:creator>Karl Reitschuster</dc:creator>
		<pubDate>Mon, 21 Apr 2008 05:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=722#comment-52082</guid>
		<description>&lt;p&gt;The should have called it CLIENT_DATE it&#039;s the date where the Client operates :-)&lt;/p&gt;

&lt;p&gt;timestamps has another disadvanatge if you import (imp) data on a table with a timestamp, it&#039;s not loded bulk but row per row. that&#039;s what i experienced on 10.2;&lt;/p&gt;

&lt;p&gt;if a sysdate should be used or not could be depend on businesss rules. For example using ebay a sysdate should used to store your transaction to be able to compare it against  other competitiors&lt;/p&gt;

&lt;p&gt;cheers
Karl&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The should have called it CLIENT_DATE it&#8217;s the date where the Client operates <img src='http://awads.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<p>timestamps has another disadvanatge if you import (imp) data on a table with a timestamp, it&#8217;s not loded bulk but row per row. that&#8217;s what i experienced on 10.2;</p>

<p>if a sysdate should be used or not could be depend on businesss rules. For example using ebay a sysdate should used to store your transaction to be able to compare it against  other competitiors</p>

<p>cheers
Karl</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent Schneider</title>
		<link>http://awads.net/wp/2008/04/17/give-me-the-current-date-please/comment-page-1/#comment-52075</link>
		<dc:creator>Laurent Schneider</dc:creator>
		<pubDate>Fri, 18 Apr 2008 06:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=722#comment-52075</guid>
		<description>&lt;p&gt;&gt; then you have no daylight saving issues for instance
some issues are related to Oracle and to the goverments changing rules over and over. Did you a know an island with about 500 people and 1000 birds did introduce a half-an-hour summer offset that produced bugs in 10gR2 :)&lt;/p&gt;

&lt;p&gt;select timestamp &#039;2007-10-27 15:00:00 +00:00&#039; at time zone &#039;Australia/LHI&#039; from dual;
ORA-01878: specified field not found in datetime or interval&lt;/p&gt;

&lt;p&gt;But yes, using date instead of timestamp is probably not the best approach. Still a lot of function do not work with timestamp, like LAST_DAY, ADD_MONTHS and TRUNC&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&gt; then you have no daylight saving issues for instance
some issues are related to Oracle and to the goverments changing rules over and over. Did you a know an island with about 500 people and 1000 birds did introduce a half-an-hour summer offset that produced bugs in 10gR2 <img src='http://awads.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p>select timestamp &#8216;2007-10-27 15:00:00 +00:00&#8242; at time zone &#8216;Australia/LHI&#8217; from dual;
ORA-01878: specified field not found in datetime or interval</p>

<p>But yes, using date instead of timestamp is probably not the best approach. Still a lot of function do not work with timestamp, like LAST_DAY, ADD_MONTHS and TRUNC</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Dawes</title>
		<link>http://awads.net/wp/2008/04/17/give-me-the-current-date-please/comment-page-1/#comment-52074</link>
		<dc:creator>Chris Dawes</dc:creator>
		<pubDate>Thu, 17 Apr 2008 23:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=722#comment-52074</guid>
		<description>&lt;p&gt;why do people still store dates in anything but GMT... it&#039;s beyond my imagination...&lt;/p&gt;

&lt;p&gt;Local dates cause &#039;big issues&#039; when the apps are taken overseas!! Welcome to 2008 people! Local time and date - great for display, not for storage!!!&lt;/p&gt;

&lt;p&gt;(then you have no daylight saving issues for instance!!)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>why do people still store dates in anything but GMT&#8230; it&#8217;s beyond my imagination&#8230;</p>

<p>Local dates cause &#8216;big issues&#8217; when the apps are taken overseas!! Welcome to 2008 people! Local time and date &#8211; great for display, not for storage!!!</p>

<p>(then you have no daylight saving issues for instance!!)</p>]]></content:encoded>
	</item>
</channel>
</rss>
