diff --git a/its_on/templates/switches/index.html b/its_on/templates/switches/index.html
index 21a36ad..d64eeef 100644
--- a/its_on/templates/switches/index.html
+++ b/its_on/templates/switches/index.html
@@ -70,28 +70,28 @@
Switches list
{% if flag.created_at %}
- {{ flag.created_at.strftime('%d-%m-%Y') }}
+ {{ flag.created_at.strftime('%Y-%m-%d') }}
{% else %}
-
{% endif %}
|
{% if flag.updated_at %}
- {{ flag.updated_at.strftime('%d-%m-%Y') }}
+ {{ flag.updated_at.strftime('%Y-%m-%d') }}
{% else %}
-
{% endif %}
|
{% if flag.estimate_at %}
- {{ flag.estimate_at.strftime('%d-%m-%Y') }}
+ {{ flag.estimate_at.strftime('%Y-%m-%d') }}
{% else %}
-
{% endif %}
|
{% if flag.deleted_at %}
- {{ flag.deleted_at.strftime('%d-%m-%Y') }}
+ {{ flag.deleted_at.strftime('%Y-%m-%d') }}
{% else %}
-
{% endif %}
|