Date format changed in the log output.
This commit is contained in:
parent
5bb8c64c98
commit
cc8a7d51eb
|
@ -67,7 +67,7 @@
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{# Use DateTime helper: https://sonata-project.org/bundles/intl/master/doc/reference/datetime.html #}
|
{# Use DateTime helper: https://sonata-project.org/bundles/intl/master/doc/reference/datetime.html #}
|
||||||
{{ event.date|date('H:i:s d F Y') }}
|
{{ event.date|date('d F Y H:i:s') }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue