We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18310fa + 5bc71e0 commit 694f148Copy full SHA for 694f148
Resources/views/Default/failed_list.html.twig
@@ -18,7 +18,7 @@
18
{% for job in jobs %}
19
<tr>
20
<td class="span1">{{ job.queueName }}</td>
21
- <td class="span2">{{ job.failedAt|date('Y-m-d H:i:s') }}</td>
+ <td class="span2">{{ job.failedAt }}</td>
22
<td class="span4">{{ job.name }}</td>
23
<td class="span5">
24
{{ job.exceptionClass }}<br>
0 commit comments