[flexcoders] Date - Timezone with WS

2007-05-16 Thread paulwelling
Hello, I have a WS that returns a date. Our server is in EDT. Using Charles to sniff the date: 2007-05-15T00:00:00-04:00 When debugging the resultset in Flex, it appears that Flex has ignored TZ info passed and has applied the client's TZ to the date..! (I changed my PC's TZ to GMT and the

Re: [flexcoders] Date - Timezone with WS

2007-05-16 Thread Kelly Birr
Paul, I gave up making sense of the way Flex 2 handles dates from web services almost a year ago and stated passing them as strings. I brought this up many times during the beta and since then and have never seen a good solution for getting Flex to stop mucking with the timezone. The other

RE: [flexcoders] Date - Timezone with WS

2007-05-16 Thread Peter Farland
PROTECTED] On Behalf Of paulwelling Sent: Wednesday, May 16, 2007 6:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Date - Timezone with WS Hello, I have a WS that returns a date. Our server is in EDT. Using Charles to sniff the date: 2007-05-15T00:00:00-04:00 When debugging