Salve sto avendo un problema con strftime:

Codice PHP:
setlocale(LC_TIME"it_IT""ita_ITA");
$data=explode("-",mysql_result($QueryReg,0,1));
echo 
htmlentities(strftime("%A %d %B %Y"mktime(000$data[1], $data[2], $data[0]))); 
la data me la da giusta:
mercoledì 29 febbraio 2012

ma mi da anche questo errore:
Notice: A non well formed numeric value encountered in