diff --git a/forum/Sources/Subs.php b/forum/Sources/Subs.php index 8ad32b5..21508f4 100644 --- a/forum/Sources/Subs.php +++ b/forum/Sources/Subs.php @@ -791,7 +791,7 @@ function timeformat($logTime, $show_today = true) // Format any other characters.. return strftime($str, $time); */ - $fmt = datefmt_create("ru_RU", NULL, NULL, 'Europe/Moscow', NULL, "d MMMM Y, HH:mm"); + $fmt = datefmt_create("ru_RU", NULL, NULL, 'Europe/Moscow', NULL, "d MMMM yyyy, HH:mm"); return str_replace(' ', ' ', datefmt_format($fmt, $time));