The answer you're looking for is UTC. Standard practice around here is to -Always- convert times to UTC before storing them on the server. The client app is then responsible for converting back to local time whenever a date is displayed. The conversion to UTC can be done on either the server or client, but if it's done on the client it renders the server's timezone completely irrelevant and also eliminates the need to pass the client's timezone to the server.
--- In [email protected], "Doug Arthur" <[EMAIL PROTECTED]> wrote: > > When using a dateField and datefield.selectedDate and adding/updateing > records in the database, users in different time zones results in an > inaccurate date. > > The server is central timezone. > > Example, someone in eastern time choose 9/15/2006, the database shows > 9/14/2006 23:00:00. > > > Is there a way to configure dates so they don't use a timezone? > > Also note, I'm using reactor, so I'm not sure how I would handle this on the > CF side since reactor is inserting/updating the values that flex passes > over. > > > - Doug > -- 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/

