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 -> How to solve probably a very simple DATE problem?

How to solve probably a very simple DATE problem?

From: harryajh <harryajh_at_yahoo.co.uk>
Date: Fri, 14 Sep 2007 07:45:05 -0700
Message-ID: <1189781105.323396.39730@k79g2000hse.googlegroups.com>


Using Oracle 9i

I have to compare a DATE column value with a file last modified date held on a disk system.

In Java I can use the SimpleDateFormat() which adjusts the file date (which may or may not include day light saving) to GMT which is fine!

My question is how can I tell if the DATE columns in the Oracle database are also in GMT? - is there a SQL statement I can run? are they always stored in GMT?

Any ideas?

thanks in advance

harry Received on Fri Sep 14 2007 - 09:45:05 CDT

Original text of this message

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