function set_date_time4906_1(selector){
$(selector).html("04 июня в 15:00 МСК");
}
function set_date_time4906_2(selector){
$(selector).html("04 июня 15:00 (МСК)");
}
function set_date_time4906_3(selector){
$(selector).html("04 июня 15:00");
}
if (!window.vakasDateTimeHtml4906Loaded) {
window.vakasDateTimeHtml4906Loaded = true;
jQuery(document).ready(function() {
$('.DATETIME').html("04 июня в 15:00 МСК");
$('.DATETIME1-1').html("04 июня 15:00 (МСК)");
$('.DATETIME1-2').html("04 июня 15:00");
});
}