Ivan Aguirre wrote:

Hello Folks.....

When I send a Calendar object throwght Axis Web Service it sends a
String in the form "yyyy-MM-dd'T'HH:mm:ss.SSS'Z". Without info about
timeZone (I verified it with TCPMonitor)..... The Calendar created on
server side (using the String sent) are two hours late. My server's
JVM has a diferente TimeZone.



Actually, the timezone is sent. The Z at the end of the string tells you that the string is the UTC dateTime. The apparent two hour difference is likely the timezone difference between the client and the server.

begin:vcard
fn:Dan Ciarniello
n:Ciarniello;Dan
org:CityXpress Corp
adr;dom:;;200 - 1727 West Broadway;Vancouver;BC;V6J 4W5
email;internet:[EMAIL PROTECTED]
title:Software Developer
tel;work:604-638-3800 ext. 322
x-mozilla-html:TRUE
url:http://www.cityxpress.com
version:2.1
end:vcard

Reply via email to