I have:
<div class="date">
{{ event.date|localizeddate('full', 'none', null, 'Europe/Moscow', 'd MMMM YYYY, EEEE') }}
</div>
Where event.date = '2016-12-30', MySQL DATE string.
When date localized, output is '30 December 2017, Friday'. I don't understand, why year is changed to 2017? Why that happening?
try using this: