|
|
 Josh Wilkins | 2010-08-25 18:01:25 |
There is a typo in the example.
example says; $tz->setProperty('DateTime', 'now');
should be; $tz->setProperty('Datetime', 'now');
Class works pretty good after I finally spotted the typo...
Converted time is an hour off??? Wonder if this class accounts for daylight savings??? |
|