Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to compute difference between two timestamps?

Re: How to compute difference between two timestamps?

From: Anton Dischner <dischner_at_klch.med.uni-muenchen.de>
Date: Tue, 14 Nov 2000 09:20:04 +0100
Message-ID: <141120000920044152%dischner@klch.med.uni-muenchen.de>

Hi Klaus,

> Now I want to compute the difference between two of these timestamps.

select to_date('31.12.2000 00:00:00', 'dd.mm.yyyy hh24:mi:ss') - sysdate from dual;

I think this is a RTFM issue.

> Another question is: what is going on, if there is a switch to daylight
> savings time, does oracle recognize this?

To my knowledge: no.

regards,

Toni

-- 
Posen fuer Anfaenger: http://www.w-klch.med.uni-muenchen.de/dischner
Received on Tue Nov 14 2000 - 02:20:04 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US