#125 Use the same date format on all EOLs
Merged 2 years ago by rbowen. Opened 2 years ago by rbowen.
centos/ rbowen/centos.org master  into  master

@@ -53,7 +53,7 @@ 

                      </thead>

                      <tbody>

                          <tr>

-                             <td>31 December 2021 <a

+                             <td>2021-12-31<a

                              href="https://blog.centos.org/2020/12/future-is-centos-stream/">*</a>&nbsp;<br></td>

                          </tr>

                      </tbody>
@@ -127,7 +127,7 @@ 

                      </thead>

                      <tbody>

                          <tr>

-                             <td>30 June 2024<br></td>

+                             <td>2024-06-30<br></td>

                          </tr>

                      </tbody>

                  </table>

We were using different date formats. Standardize on yyyy-mm-dd for all pages.

Pull-Request has been merged by rbowen

2 years ago
Metadata