Hope I've chosen the right section as the news module is not a third party module.
I used search, found some relative discussions, but no solution for my situation.
System info:
cmsms 1.10.3
News 2.12.3
php 5.2.17
mysql 5.1.54
The question:
I want the dates to be shown on russian or simply like that:
27.01.2012
For now dates in news are shown in english..
Here is the pic for those who don't understand what I mean:

My language is russian, I set it everywhere I can:
- during installation
- site admin\global settings
- my preferences\user preferences
Here are time zone and encoding settings from config.php file
$config['timezone'] = 'Europe/Moscow';
$config['default_encoding'] = 'utf-8';
$config['locale'] = 'utf-8';