Сведения о медицинской организации

An error occurred while processing the template.
The string doesn't match the expected date/time/date-time format. The string to parse was: "Ср, 23 июн 2021 13:47:40 +0000". The expected format was: "EEE, dd MMM yyyy HH:mm:ss Z".
The nested reason given follows:
Unparseable date: "Ср, 23 июн 2021 13:47:40 +0000"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign articleCreateDate = .vars["re...  [in template "336980#337008#BASIC-WEB-CONTENT" at line 10, column 1]
----
1${content.getData()} 
2<#setting time_zone=timeZone.ID> 
3<#setting locale=locale.toString()> 
4<#setting datetime_format="EEE, dd MMM yyyy HH:mm:ss Z"> 
5 
6<#assign parseDatetimeFormat = "EEE, dd MMM yyyy HH:mm:ss Z"/> 
7<#assign atLocalization = translate(locale, "at", { "ru_RU": "в"})/> 
8<#assign displayDateFormat = "dd MMMM yyyy '" + atLocalization + "' HH:mm"> 
9 
10<#assign articleCreateDate = .vars["reserved-article-create-date"].data?datetime(parseDatetimeFormat) /> 
11<#assign articleModifiedDate = .vars["reserved-article-modified-date"].data?datetime(parseDatetimeFormat) /> 
12<#assign articleDisplayDate = .vars["reserved-article-display-date"].data?datetime(parseDatetimeFormat) /> 
13 
14<#assign templateLocale = .locale /> 
15<#setting locale=locale> 
16<div style="display:none;"> 
17    <div class="avo_created_data_source"> 
18        ${articleCreateDate?string[displayDateFormat]} 
19    </div> 
20    <div class="avo_modified_data_source"> 
21        ${articleModifiedDate?string[displayDateFormat]} 
22    </div> 
23</div> 
24<#setting locale=templateLocale> 
25 
26 
27<#function translate locale key dafultValues> 
28  <#assign translation = languageUtil.get(locale, key)/> 
29  <#if translation = key & dafultValues[locale]??> 
30    <#return dafultValues[locale]> 
31  </#if> 
32  <#return translation> 
33</#function> 
You do not have the roles required to access this portlet.