Dear Reader,
It is not clear to me who is reading this message. But I hope you can
help me with my question or give me a reference where I can find help.
I'm running on a Pentium based system Linux 2.0.36 with JDK 1.1.6. My
problem is that when I use the data command om the commandline
(/bin/date) the date I see is corrent, but when I use in Java 'Data d =
new Date()'. The reported time is one hour late. In Linux the CET is
reported (I live in the Netherlands) as wanted but Java reports the UTC.
How can I make my Java software report the localtime without making my
code timezone depended (addind one hour is not a wanted solution) ?
Thanx in advance,
Jeroen