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?

