|
The Player uses the timezone of the user’s
computer by default. You’ll need to write your app to adjust
appropriately by adjusting the date using getTimezoneOffset. (http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary163.html). Generally to get to GMT you can do
date.setMinutes(date.getMinutes() – date.getTimezoneOffset()) or
something like that (I did this once but this is not the code I used, you’ll
need to play around to get it right). Matt From: Hi!
SPONSORED LINKS
YAHOO! GROUPS LINKS
|
- RE: [flexcoders] Is there any place for me to set the time zon... Matt Chotin

