Fixes #3706 - The calendar shows Chilean holidays one day in advance

This commit is contained in:
Mantas 2021-08-23 09:03:13 +03:00 committed by Thorsten Eckel
parent 271a9e746d
commit 9933922eb9

View file

@ -69,7 +69,7 @@
<% if _.isEmpty(calendar.public_holidays_preview): %>-<% end %>
<% for holiday, meta of calendar.public_holidays_preview: %>
<tr <% if !meta.active: %>class="is-inactive"<% end %>>
<td style="width: 96px"><%- @Tdate(holiday) %>
<td style="width: 96px"><%- @Tdate(holiday, true) %>
<td><%= meta.summary %>
<% end %>
</table>