Can anybody help me with this error
I tried to change from USA to Australia but seem to have gone wrong somplace
this is the error I get

PHP Warning: setlocale() [<a href='function.setlocale'>function.setlocale</a>]: Passing locale category name as string is deprecated. Use the LC_* -constants instead in ........


this is what the original line was
setlocale(LC_TIME, 'en_US.ISO_8859-1');

I changed it to
setlocale(LC_Time, 'en_AU.ISO_8859-1')

can somebody help me put this right or help me change the code so that its right. I am a bit of an beginner to say the least.

Thanks
Steve