Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Oracle/OAS
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Ron McLeod
paul wheaton
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Himai Minh
Bartenders:
Forum:
Oracle/OAS
Oracle : Getting One Hour Less Than Current Time
Tanzy Akhtar
Ranch Hand
Posts: 110
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
Can someone help me out how take one hour less than the current time, dynamically.
For example-- if current time is 13-Jan-2010 17:52:42, then i need 13-Jan-2010
16
:52:42.
Thanks,
Tanzy.
Roll with punchers, there is always tomorrow.
Techie Blog --
http://jtanzy.blogspot.com/
Ulf Dittmer
Rancher
Posts: 43081
77
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
What does this have to do with Oracle? And what kind of code -used under which circumstances- are we talking about?
Fatih Keles
Ranch Hand
Posts: 182
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
select (sysdate-(1/24)) as mytime from dual
This will help.
Regards,
Fatih.
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
WebSphere Restart Problem
Weblogic start up slow problem
Wrong Hour/Timezone
application page shows blanks upgrading from Tomcat5.5 to tomcat 6
problem while inserting date field in oracle data base
More...