PHP5とSmartyでエラー

・環境
PHP5.2.6
Smarty 2.6.19

以下のエラーが発生。
Strict Standards: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Tokyo' for 'JST/9.0/no DST' instead in /home/www/Smarty-2.6.19/libs/Smarty_Compiler.class.php on line 400

PHP/エラー - MinacoWiki
このページにあるように.htaccessに以下の記述を追加で発生しなくなった。

php_value date.timezone Asia/Tokyo