Jeroen Siffels wrote:
>
> Dear Reader,
> <...>
> 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
This may well be the JavaSoft defect
http://developer.javasoft.com/developer/bugParade/bugs/4124203.html
or one of the related ones.
Basically, they stuffed up daylight savings time in a number of European
countries
including Britain. The correct solution is only implemented in JDK 1.2, so
you
> 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.
>
*Obligatory bad dog message*
This isn't really a list for discussing general java programming.
>
> problem is that when I use the data command om the