Did you restart apache?
The other thing you can do is set the timezone in PHP.
---
[Date]
; Defines the default timezone used by the date functions
date.timezone = 'Europe/London'
---
Of course you should put the timezone string that makes sense for you.
Last edited by chaley; 05-21-2012 at 07:15 AM.
Reason: Add timezone comment
|