From: Derick Rethans Date: Wed, 14 Feb 2007 19:35:09 +0000 (+0000) Subject: - MFH: Clarify the source of the timezone data. X-Git-Tag: php-5.2.2RC1~401 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e254f976fbf71473107664d874afd6baf30165a5;p=php - MFH: Clarify the source of the timezone data. --- diff --git a/ext/date/php_date.c b/ext/date/php_date.c index d7b8fddae4..14534b846d 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -527,7 +527,7 @@ PHP_MINFO_FUNCTION(date) php_info_print_table_start(); php_info_print_table_row(2, "date/time support", "enabled"); - php_info_print_table_row(2, "Timezone Database Version", tzdb->version); + php_info_print_table_row(2, "\"Olson\" Timezone Database Version", tzdb->version); php_info_print_table_row(2, "Timezone Database", php_date_global_timezone_db_enabled ? "external" : "internal"); php_info_print_table_row(2, "Default timezone", guess_timezone(tzdb TSRMLS_CC)); php_info_print_table_end();