 |
Creating a simple timer in Flex with the flash.utils.Timer class | Flex Examples
Figured it out: Date produces a local time, so the displayed time must be adjusted with the offset. Beware that getTimeZoneOffset() does appear to account for daylight savings time; where new Date(0).getTimeZoneOffset() returns 360, Date().getTimeZoneOffs
blog.flexexamples.com |
 |