What Java object type are you using?  A Date or a Calendar object?

-- 
Dave Wolf
Cynergy Systems, Inc.
Macromedia Flex Alliance Partner
http://www.cynergysystems.com

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY


--- In flexcoders@yahoogroups.com, "Pablo Apanasionek"
<[EMAIL PROTECTED]> wrote:
>
> Take a look at this:
>  
> A J2EE-Axis webservice of mine is returning a DateTime in this way:
>  
>          <dateFrom xsi:type="xsd:date">2006-06-01Z</dateFrom>
>          <dateTo xsi:type="xsd:date">2006-06-02Z</dateTo>
> 
> And Flex turns it into:
>  
> dateFrom[Local Time] : Wed May 31 21:00:00 2006 (-3:00)
> dateTo[Local Time] : Thu Jun 01 21:00:00 2006 (-3:00)
>  
> Is there any way of "disabling" this local time convertion? O maybe
> defining the WSDL to use always local or UTC time?
>  
> Thanks in advance
> ---Pablo Gustavo Apanasionek
>






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to