We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e3599d + 73feae3 commit 54c5f7eCopy full SHA for 54c5f7e
1 file changed
Resources/views/Collector/git.html.twig
@@ -55,7 +55,7 @@
55
{% endif %}
56
{% if collector.date %}
57
<div class="sf-toolbar-info-piece">
58
- <b>{{ collector.date }}</b>
+ <b>{{ collector.date|date("d-m-Y H:i:s") }}</b>
59
</div>
60
61
{% if collector.message %}
0 commit comments