Hey all, I have been assigned a new project where i have to code a reminder scheduling application in flex with a coldfusion backend and sqlserver db. Basically user will select an hour when they receive a reminder to do a task. Its intended to be deployed world wide so I have to take into consideration time zones. What i wanted to know is, how is the date in flex worked out if i create a new date variable like so.
var myDate:Date = new Date(); Will it pick up the time in the client computers timezone? Will it allow for daylight savings time? All help much appreciated. Thanks, Dave

