Hi, >> Would actually currently pass - although it throws away the GMT+7 and you;re >> left with what ever timezone your computer is in. (Another bug/feature). > > does it actually "cast" the datetime into user's timezone (tz)? that would be > pretty cool.
Nope it this case it just takes the date and time as written and changes the time zone to be the current one. It may depend on exactly how you are converting the string to a date, I've not tried Date.parse to see what it does. Also (sadly) the Flash Player's Date class timezoneOffset property is read only. Thanks, Justin