diff --git a/sql/25_last_alertlog_errors.sql b/sql/25_last_alertlog_errors.sql
index e0b58b8..a0e667f 100644
--- a/sql/25_last_alertlog_errors.sql
+++ b/sql/25_last_alertlog_errors.sql
@@ -1,7 +1,7 @@
prompt
Les dernières erreurs de la base de données (Les 30 derniers jours et les 50 dernières lignes)
SELECT
- TO_CHAR(ORIGINATING_TIMESTAMP, 'DD-MM-YYYY HH:MM:SS') "Date",
+ TO_CHAR(ORIGINATING_TIMESTAMP, 'DD-MM-YYYY HH24:MM:SS') "Date",
MESSAGE_TEXT "Message"
FROM
X$DBGALERTEXT
diff --git a/summary/22_alertlog_errors.sql b/summary/22_alertlog_errors.sql
index a659559..f243ff4 100644
--- a/summary/22_alertlog_errors.sql
+++ b/summary/22_alertlog_errors.sql
@@ -1,7 +1,7 @@
prompt Les dernières erreurs de la base de données (Les 30 derniers jours et les 50 dernières lignes)
SELECT
- TO_CHAR(ORIGINATING_TIMESTAMP, 'DD-MM-YYYY HH:MM:SS') "Date",
+ TO_CHAR(ORIGINATING_TIMESTAMP, 'DD-MM-YYYY HH24:MM:SS') "Date",
MESSAGE_TEXT "Message"
FROM
X$DBGALERTEXT