[flexcoders] Re: Dates Display Wrong on Random Clients?

2008-07-18 Thread javadmanx
), you can either include the > server's timezone offset in your response (nicer), or parse the date > yourself ignoring the timezone info (seems kludgey to me). > > -Josh > > On Fri, Jul 18, 2008 at 2:56 AM, javadmanx <[EMAIL PROTECTED]> wrote: > > > I'

[flexcoders] Re: Dates Display Wrong on Random Clients?

2008-07-17 Thread javadmanx
I'm using version 3 of Flex SDK. I did find a fix, not sure if it's the right one. I found that the some clients had enough time offset that it would change there date back on day. This was due to the fact I'm using a date object, but not using the time part. So I had times set to 0. I simple moved

[flexcoders] Re: Dates Display Wrong on Random Clients?

2008-07-15 Thread javadmanx
This post seems to sum up the issue. Anyone have a better answer to the solution? Is there a simple fix? http://www.axelscript.com/2008/02/20/timezone-issues-with-remote-datetime-data-and-flash/

[flexcoders] Re: Dates Display Wrong on Random Clients?

2008-07-15 Thread javadmanx
I'm not seeing any specific pattern. I tried another XP machine and it's working just fine. I've update flash to the newest versions and still the same issue. I've tried my Linux machine as well, works there too. Is there a bug? I'm not doing any tricky code with the date.

[flexcoders] Re: Flex Appointment Calendar Component

2008-07-15 Thread javadmanx
Looks good. --- In flexcoders@yahoogroups.com, "jmfillman" <[EMAIL PROTECTED]> wrote: > > We have completed our initial work on a Flex Appointment Calendar. The > calendar features day, week, and month views. All views are fully drag > & drop enabled. The day and week view also are drag re-size

[flexcoders] Dates Display Wrong on Random Clients?

2008-07-15 Thread javadmanx
I have an application that's displaying a date. I've had a couple people contact me saying it was displaying the wrong date. I've only found on Windows XP machine with Flash Player 9 that does it. It looks as if it's offset negative by one day. So my 11th is a 10th now. Anyone know why? I'm confuse