I'm doubtful this is a bug because of the fact that you are dealing 
with two timezones.  The Date class converts times to client-local 
values based on the OS's timezone setting, so if the time in 
question is between 12:00 and 2:59 AM Eastern you will see a date of 
one day earlier when viewed in Pacific timezone.  You can do some 
testing with date.toUTCString() to make sure dates/times are the 
same no matter what the client timezone is.

Doug

--- In [email protected], "Battershall, Jeff" 
<[EMAIL PROTECTED]> wrote:
>
> Some interesting behavior turned up by populating a combox box 
with some
> dates pulled from a CFQUERY-driven dataprovider and passing the 
selected
> date back via post to a CF page. Certain users would consistently 
get
> the date back one day earlier than was intended.  Has anyone seen
> anything like this? I'm on the East Coast and the user in question 
was
> on the West Coast if that matters (and I don't think it should).  
> 
> What I've had to do is 'dumb it down' by passing a simple string
> yyyyddmm and then parsing it on the CF side of things after the 
post
> operation - something about date handling within Player 9 seems a 
little
> quirky. In other words I eliminated all date parsing from remote 
object
> back to Flex and Flex back to CF. 
> 
> Note that the user had the same exact behavior on IE or Firefox. 
Any
> insight appreciated!
> 
> Jeff Battershall
> Application Architect
> Dow Jones Indexes
> [EMAIL PROTECTED]
> (609) 520-5637 (p)
> (484) 477-9900 (c)
>





--
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/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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