Problem with date object.

I have a very simple app running on a linux box.

When the app starts it creates a date object using:

Date date =new Date()

Then from a jsp I use this object to display when the app was started.

After starting the app the date/time is displayed in GMT after about 45mins-1hour this changes to GMT + 1?

Any one have any ideas?

[395 byte] By [Richcoleuka] at [2007-11-26 18:53:56]
# 1
use Calendar
suparenoa at 2007-7-9 6:27:58 > top of Java-index,Java Essentials,Java Programming...
# 2
Thank you for a possible solution, but any insight as to why this happens?
Richcoleuka at 2007-7-9 6:27:58 > top of Java-index,Java Essentials,Java Programming...