How to update timezonedb in PHP (updating timezones info)?

inophiedo

New Member
phpinfo() shows our system to be using ""Olson" Timezone Database Version 2010.3". I think that is now out of date, but can't locate an authoritative location which can confirm that.(a) Can I update the timezones info for PHP as a whole?(b) If so, how do I update this? I saw the instructions at http://www.electrictoolbox.com/correct-php-timezone/ where it says that, after installing the appropriate module, it says I have to:\[code\]You should add "extension=timezonedb.so" to php.ini\[/code\]Do we need to do that? Shouldn't PHP be automatically using the correct file?
 
Back
Top