Vergleich inc/functions_time.php - 1.4.1 - 1.4.12
Zeile 658 | Zeile 658 |
---|---|
Note that $is_dst is not implemented and is ignored. |
Note that $is_dst is not implemented and is ignored. |
| |
*/ | */ |
Zeile 717 | Zeile 719 |
$_month_table_leaf = array("",31,29,31,30,31,30,31,31,30,31,30,31); |
$_month_table_leaf = array("",31,29,31,30,31,30,31,31,30,31,30,31); |
if ($year >= 1970) { | if($year > 9999) { |
for ($a = 1970 ; $a <= $year; $a++) { | for ($a = 1970 ; $a <= $year; $a++) { |