Oracle timestamp field. In the Java code we use a java.util.Date and
the corresponding VO in AS uses a Date. We want all times to be EST
no matter where the client app is. So, we use the timezone offset in
AS to massage all dates padding the hours before saving the data and
after fetching the data. Works. Except when freaky things happen
when 5000+ users start using it! :) Things like user is double
clicking a save icon instead of single clicking, when this occurs the
datea get massaged twice sometimes causing a display muck up. Yeah,we
coded around this, but feels so hacky. Is there another approach
maybe? thoughts?
One big issue we have is with Arizona. Not all of Arizona follows
DST, the non Navajo Nation parts of AZ do not follow DST. We have
suers their that the Flash player says they are following DST when
they are not. Is this a known issue? A Windows issue? We are
baffled at this one.
DK
On 2/22/06, Matt Chotin <[EMAIL PROTECTED]> wrote:
> Sorry, the Player automatically converts Dates to the local timezone.
> You'll need to adjust using the timezone offset if you want it to go
> back.
>
> Matt
>
> -----Original Message-----
> From: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of Pablo Apanasionek
> Sent: Tuesday, February 21, 2006 7:18 AM
> To: [email protected]
> Subject: RE: [flexcoders] Re: DateTime in WebService
>
>
> Dave,
>
> it's a Date object.
>
> ---Pablo Gustavo Apanasionek
>
> -----Mensaje original-----
> De: [email protected] [mailto:[EMAIL PROTECTED] En
> nombre de Dave Wolf
> Enviado el: Martes, 21 de Febrero de 2006 12:07
> Para: [email protected]
> Asunto: [flexcoders] Re: DateTime in WebService
>
> 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 [email protected], "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
>
>
>
>
>
>
>
>
> --
> 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
>
>
>
>
>
>
>
>
> --
> 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
>
>
>
>
>
>
>
>
--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

