<?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"
	>
<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>
	<pubDate>Mon, 08 Sep 2008 09:25:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Karl Reitschuster</title>
		<link>http://awads.net/wp/2008/04/17/give-me-the-current-date-please/#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>The should have called it CLIENT_DATE it's the date where the Client operates :-)

timestamps has another disadvanatge if you import (imp) data on a table with a timestamp, it's not loded bulk but row per row. that's what i experienced on 10.2;

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

cheers
Karl</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<br />
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-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>&#62; 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 :)

select timestamp '2007-10-27 15:00:00 +00:00' at time zone 'Australia/LHI' from dual;
ORA-01878: specified field not found in datetime or interval

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</description>
		<content:encoded><![CDATA[<p>&gt; then you have no daylight saving issues for instance<br />
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;<br />
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-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>why do people still store dates in anything but GMT... it's beyond my imagination...

Local dates cause 'big issues' when the apps are taken overseas!! Welcome to 2008 people! Local time and date - great for display, not for storage!!!

(then you have no daylight saving issues for instance!!)</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 - great for display, not for storage!!!</p>
<p>(then you have no daylight saving issues for instance!!)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
