date from terminal output in Italian

Hello to all,

as always seen my ignorance with linux and despite having tried, I could not find where to set variable to "it_IT" in order to have the date format with the Italian "Lun Gen 6 22:32:59 CET 2014" instead
of "Mon Jan 6 22:32:59 CET 2014".

Thanks as always

The locale support for Openwrt in busybox ( base system) to turn on need recompile plus need reflush firmware. I am not sure at this one.

Locale support costs disk space and it's not enabled. Indeed you'd need to reconfigure and reflash on your own.

I suggest to use plain numbers (20140107) or to specify a format or to make a script that translates numbers into month names in your language

Thank you as always for an explanation.