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

Home -> Community -> Usenet -> c.d.o.misc -> loadjava

loadjava

From: Prateek <prateek_kakkar_at_hotmail.com>
Date: 31 Aug 2001 08:25:35 -0700
Message-ID: <d485b627.0108310725.723e15b4@posting.google.com>


Hi everybody,

I am using the following function to return the time in milliseconds.

public static String getTimestamp()

         {
           return (new
Timestamp(System.currentTimeMillis())).toString();
         }

When using this function in oracle( using loadjava) , i am getting the time in milliseconds but that is GMT and not the system time. What could be the source of error.

Prateek Received on Fri Aug 31 2001 - 10:25:35 CDT

Original text of this message

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