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