--- In [email protected], Jurgen Beck <[EMAIL PROTECTED]> wrote: > > I am tracking down the source of an issue with the Date() class. > > It seems that the following line should be producing today's date: > > var now:Date = new Date(); > > However, when running this today (8/27/2007), the resulting date object > contains values for 7/1/2007. > > Has anyone run into this issue? Is this a bug? > > Thanks, > > Jurgen >
At the risk of asking an obvious question, I assume that you have ensured that your current system date is set correctly?

