This was just a little investigation after being asked about converting timestamps in flash to a date/time format.
Please login to see this link.
It's basically a very thin wrapper around the Date object provided in the standard library. The date/time is initialised to the current date/time, and allows you to set/get the time using UTC or local date/time values.
Hopefully the object is straight forward enough. If you have any suggestions questions or comments feel free to ask.