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 -> loadjava

loadjava

From: Prateek <prateek_kakkar_at_hotmail.com>
Date: 31 Aug 2001 08:26:15 -0700
Message-ID: <d485b627.0108310726.59fa06b0@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:26:15 CDT

Original text of this message

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