Possible Issue with DateTime-now()?

2007-05-23 Thread Veripex, Inc.
DateTime::now() does not appear to be accurate for me. I used to methods to prove this. The first method is creating a DateTime object using information provided by localtime(). The second is using the DateTime::now() method. The localtime method provides what I expected, the DateTime::now()

Re: Possible Issue with DateTime-now()?

2007-05-23 Thread Zefram
Veripex, Inc. wrote: DateTime::now() does not appear to be accurate for me. I used to methods to prove this. The first method is creating a DateTime object using information provided by localtime(). The second is using the DateTime::now() method. The localtime method provides what I expected, the