From 85ce1bdc1bfe0a39e821536365a47213da529c1a Mon Sep 17 00:00:00 2001
From: Laurent Pouilloux <laurent.pouilloux@inria.fr>
Date: Tue, 30 Jan 2024 15:02:38 +0100
Subject: [PATCH] [input] unifomize date format for created_at

---
 input/grid5000/sites/grenoble/clusters/dahu/dahu.yaml         | 2 +-
 input/grid5000/sites/grenoble/clusters/yeti/yeti.yaml         | 2 +-
 input/grid5000/sites/lyon/clusters/hercule/hercule.yaml       | 2 +-
 input/grid5000/sites/lyon/clusters/nova/nova.yaml             | 2 +-
 input/grid5000/sites/lyon/clusters/orion/orion.yaml           | 2 +-
 input/grid5000/sites/lyon/clusters/sagittaire/sagittaire.yaml | 2 +-
 input/grid5000/sites/lyon/clusters/taurus/taurus.yaml         | 2 +-
 input/grid5000/sites/nancy/clusters/graphique/graphique.yaml  | 2 +-
 input/grid5000/sites/nantes/clusters/ecotype/ecotype.yaml     | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/input/grid5000/sites/grenoble/clusters/dahu/dahu.yaml b/input/grid5000/sites/grenoble/clusters/dahu/dahu.yaml
index 545d74a5ed4..dd911e07a80 100644
--- a/input/grid5000/sites/grenoble/clusters/dahu/dahu.yaml
+++ b/input/grid5000/sites/grenoble/clusters/dahu/dahu.yaml
@@ -1,6 +1,6 @@
 ---
 model: Dell PowerEdge C6420
-created_at: 2018-03-22 11:00:00 GMT
+created_at: 2018-03-22
 priority: '201800'
 kavlan: true
 boot_type: bios
diff --git a/input/grid5000/sites/grenoble/clusters/yeti/yeti.yaml b/input/grid5000/sites/grenoble/clusters/yeti/yeti.yaml
index 1564fd7f3e7..73564b01b2a 100644
--- a/input/grid5000/sites/grenoble/clusters/yeti/yeti.yaml
+++ b/input/grid5000/sites/grenoble/clusters/yeti/yeti.yaml
@@ -1,7 +1,7 @@
 # $REFERENCE_REPO/input/grid5000/sites/grenoble/clusters/yeti/yeti.yaml
 ---
 model: Dell PowerEdge R940
-created_at: 2018-01-16 15:00:00 GMT
+created_at: 2018-01-16
 kavlan: true
 exotic: true
 boot_type: bios
diff --git a/input/grid5000/sites/lyon/clusters/hercule/hercule.yaml b/input/grid5000/sites/lyon/clusters/hercule/hercule.yaml
index 669ab79f950..85fffa17c02 100644
--- a/input/grid5000/sites/lyon/clusters/hercule/hercule.yaml
+++ b/input/grid5000/sites/lyon/clusters/hercule/hercule.yaml
@@ -1,6 +1,6 @@
 ---
 model: Dell PowerEdge C6220
-created_at: 2012-10-02 12:00 GMT
+created_at: 2012-10-02
 priority: '201299'
 kavlan: true
 boot_type: bios
diff --git a/input/grid5000/sites/lyon/clusters/nova/nova.yaml b/input/grid5000/sites/lyon/clusters/nova/nova.yaml
index aa981ec1592..7b4debb0628 100644
--- a/input/grid5000/sites/lyon/clusters/nova/nova.yaml
+++ b/input/grid5000/sites/lyon/clusters/nova/nova.yaml
@@ -1,6 +1,6 @@
 ---
 model: Dell PowerEdge R430
-created_at: 2016-12-01 12:00:00 GMT
+created_at: 2016-12-01
 priority: '201700'
 kavlan: true
 boot_type: bios
diff --git a/input/grid5000/sites/lyon/clusters/orion/orion.yaml b/input/grid5000/sites/lyon/clusters/orion/orion.yaml
index 0ef591818cd..467c48f6d5a 100644
--- a/input/grid5000/sites/lyon/clusters/orion/orion.yaml
+++ b/input/grid5000/sites/lyon/clusters/orion/orion.yaml
@@ -1,6 +1,6 @@
 ---
 model: Dell PowerEdge R720
-created_at: 2012-09-14 12:00:00 GMT
+created_at: 2012-09-14
 priority: '201299'
 kavlan: true
 boot_type: bios
diff --git a/input/grid5000/sites/lyon/clusters/sagittaire/sagittaire.yaml b/input/grid5000/sites/lyon/clusters/sagittaire/sagittaire.yaml
index f2dc61e0318..ebde8cb761f 100644
--- a/input/grid5000/sites/lyon/clusters/sagittaire/sagittaire.yaml
+++ b/input/grid5000/sites/lyon/clusters/sagittaire/sagittaire.yaml
@@ -1,6 +1,6 @@
 ---
 model: Sun Fire V20z
-created_at: 2006-07-01 12:00:00 GMT
+created_at: 2006-07-01
 priority: '301899'
 kavlan: true
 boot_type: bios
diff --git a/input/grid5000/sites/lyon/clusters/taurus/taurus.yaml b/input/grid5000/sites/lyon/clusters/taurus/taurus.yaml
index 9b003f73f22..d1b92d45552 100644
--- a/input/grid5000/sites/lyon/clusters/taurus/taurus.yaml
+++ b/input/grid5000/sites/lyon/clusters/taurus/taurus.yaml
@@ -1,6 +1,6 @@
 ---
 model: Dell PowerEdge R720
-created_at: 2012-09-14 12:00:00 GMT
+created_at: 2012-09-14 
 kavlan: true
 boot_type: bios
 queues:
diff --git a/input/grid5000/sites/nancy/clusters/graphique/graphique.yaml b/input/grid5000/sites/nancy/clusters/graphique/graphique.yaml
index 380f0f5f343..2c0c30de71b 100644
--- a/input/grid5000/sites/nancy/clusters/graphique/graphique.yaml
+++ b/input/grid5000/sites/nancy/clusters/graphique/graphique.yaml
@@ -1,7 +1,7 @@
 ---
 # Cluster description
 model: Dell PowerEdge R720
-created_at: 2015-05-12 17:00 GMT
+created_at: 2015-05-12
 kavlan: true
 boot_type: bios
 queues:
diff --git a/input/grid5000/sites/nantes/clusters/ecotype/ecotype.yaml b/input/grid5000/sites/nantes/clusters/ecotype/ecotype.yaml
index 1868602f447..e532ae7b00a 100644
--- a/input/grid5000/sites/nantes/clusters/ecotype/ecotype.yaml
+++ b/input/grid5000/sites/nantes/clusters/ecotype/ecotype.yaml
@@ -1,7 +1,7 @@
 # $REFERENCE_REPO/input/grid5000/sites/nantes/clusters/ecotype/ecotype.yaml
 ---
 model: Dell PowerEdge R630
-created_at: 2017-10-16 17:40:55.149032
+created_at: 2017-10-16
 kavlan: true
 boot_type: bios
 queues:
-- 
GitLab