How can I check if date is daylight savings time?
472137Dec 1 2006 — edited Feb 5 2007Hello all,
This is on Oracle 9i with DATE datatype. And all I want to know is that particular date falls in the period when daylight savings time was observed for some timezone say PST.
So if I have a DATE as 9/9/2005, I should get 'true' since this date falls in the period when daylight savings is observed for PST.
How can this be done in 9i? and that too with DATE datatype?
Thanks!