Gentoo Archives: gentoo-project

From: "Michał Górny" <mgorny@g.o>
To: gentoo-project@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-project] [PATCH 07/24] glep-0001: Replace dates with ISO 8601
Date: Sun, 17 Sep 2017 20:25:19
Message-Id: 20170917202432.7763-8-mgorny@gentoo.org
In Reply to: [gentoo-project] [PATCHES v2] New old-school GLEP workflow (GLEP 1/2 update) by "Michał Górny"
1 This has been proposed already as GLEP 45 but never merged. If it is
2 approved, we should mark GLEP 45 appropriately.
3 ---
4 glep-0001.txt | 6 +++---
5 1 file changed, 3 insertions(+), 3 deletions(-)
6
7 diff --git a/glep-0001.txt b/glep-0001.txt
8 index 301a4b4..a96f077 100644
9 --- a/glep-0001.txt
10 +++ b/glep-0001.txt
11 @@ -236,7 +236,7 @@ marked with "*" are optional. All other headers are required. ::
12 Final | Replaced>
13 Type: <Informational | Standards Track>
14 * Content-Type: <text/x-rst>
15 - Created: <date created on, in dd-mmm-yyyy format>
16 + Created: <date created on>
17 Post-History: <dates of postings to mailing lists>
18 * Requires: <glep numbers>
19 * Replaces: <glep number>
20 @@ -279,8 +279,8 @@ The Last-Modified header specifies the date that the GLEP was last updated
21 in the master branch.
22 The Created header records the date that the GLEP was assigned a number, while
23 Post-History is used to record the dates of when new versions of the GLEP are
24 -posted to gentoo-dev. All three headers should be in dd-mmm-yyyy format, e.g.
25 -14-Aug-2001.
26 +posted to gentoo-dev. All three headers should be in ISO 8601 ``yyyy-mm-dd``
27 +format, e.g. 2001-08-14.
28
29 GLEPs may have a Requires header, indicating the GLEP numbers that this GLEP
30 depends on.
31 --
32 2.14.1