You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Jay, Thomas" <TJ...@caiso.com> on 2005/03/24 20:27:17 UTC

dateTime formats

Hi,

I would like to change the format of the datetime items generated from axis.

Currently I get the UTC format with the Z at the end, "yyyy-MM-dd HH:mm: ss. SSS z". 
I would like to change this to process a -08:00 format at the end.

I would think that I could insert a simpleDateFormat somewhere for this but
I can not find any examples.

Any Suggestions ?

Thanks