What time zone is CEST? central european summer time? Which is two hours
ahead of GMT? Looks right to me.
The Date object contains a zone, looks like it is defaulting to UTC 'Z',
which is what goes over the wire
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 23, 2002 8:50 AM
Subject: Date is not Correct in Soap Message send to server
Hi, All out There,
I am currently having the following prblem. I Use Axis 1.0 Downloaded it
yesterday. Worked for server moths with beta 3.
In both versions i have the following problem:
I Wrote A Unit test:
String dateString1= "12-06-2002";
Date dateRet =
DateConvertor.convertDateStringToDate(dateString1);
System.out.println("Date =" + dateRet);
kl.setAflosDatum(dateRet);
binding.search(kl);
The OutPut is the Following:
.Date =Wed Jun 12 00:00:00 CEST 2002
on the Console and
<aflosDatum xsi:type="xsd:dateTime">2002-06-11T22:00:00.000Z</aflosDatum>
in the Soap Message
Can some body give me a hint please.
Marteijn Nouwens