+
+
+
diff --git a/templates/table/structure/display_table_stats.twig b/templates/table/structure/display_table_stats.twig
index 480aa15f07..2f0a355f72 100644
--- a/templates/table/structure/display_table_stats.twig
+++ b/templates/table/structure/display_table_stats.twig
@@ -152,21 +152,21 @@
{% if showtable['Create_time'] is defined %}
| {% trans 'Creation' %} |
- {{ localised_date(showtable['Create_time']|date('U')) }} |
+ {{ showtable['Create_time'] }} |
{% endif %}
{% if showtable['Update_time'] is defined %}
| {% trans 'Last update' %} |
- {{ localised_date(showtable['Update_time']|date('U')) }} |
+ {{ showtable['Update_time'] }} |
{% endif %}
{% if showtable['Check_time'] is defined %}
| {% trans 'Last check' %} |
- {{ localised_date(showtable['Check_time']|date('U')) }} |
+ {{ showtable['Check_time'] }} |
{% endif %}