TimeZone problems

1999-07-29 Thread Spectron International, Inc.
How do I change the daylight savings time. Is there an export I have to add. My zone is EST but without daylight savings time. I changed in Linux but Java still sees it the TimeZone.toString() returns the following: java.util.SimpleTimeZone[ id=EST, offset=-1800, dstSavings=360, u

Change Timezone

1999-07-30 Thread Spectron International, Inc.
How do I change from Eastern Daylight Time to Eastern Standard time. As far as I know Calendar.getInstance() returns the default calendar information for the machine. Right now my Linux machine is EST but Java returns EDT. I though that by changing in in Linux it would change the JDK too. Is there

Re: Change Timezone

1999-07-30 Thread Spectron International, Inc.
- Original Message - From: Justin Lee <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 30, 1999 3:18 PM Subject: Re: Change Timezone > "Spectron International, Inc." wrote: > > > > How do I change from Eastern Daylight Time to Easter

Re: Change Timezone

1999-07-30 Thread Spectron International, Inc.
From: Justin Lee <[EMAIL PROTECTED]> To: Spectron International, Inc. <[EMAIL PROTECTED]> Sent: Friday, July 30, 1999 4:14 PM Subject: Re: Change Timezone > "Spectron International, Inc." wrote: > > > > Justin: > > > > That should work, but I would

Re: How can I help?

1999-08-04 Thread Spectron International, Inc.
Go to http://www.wotsit.org/ for all your file-format needs!! Faw - Original Message - From: Larry Gates <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 04, 1999 9:14 AM Subject: Re: How can I help? > > I can't let this go unanswered... :) > > >Date: Tue, 03 Aug 199

Create an Image without using AWT

1999-08-18 Thread Spectron International, Inc.
I need to create an Image object in a servlet. The problem is that the createImage() functions seems to need AWT and I can't create an AWT object in a servlet because it always tries to connect to the X Server. Is there something like a MemoryImage class that I can create to use as an offscreen ca