commit:     41c04a323b363c7755fb90bc72c66d3f173716b7
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 16:39:31 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 20:08:22 2023 +0000
URL:        https://gitweb.gentoo.org/data/glep.git/commit/?id=41c04a32

glep-{0001,0002}: Specify that all dates must be in UTC

Bug: https://bugs.gentoo.org/895728
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 glep-0001.rst | 5 +++--
 glep-0002.rst | 9 +++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/glep-0001.rst b/glep-0001.rst
index 5b33558..a522014 100644
--- a/glep-0001.rst
+++ b/glep-0001.rst
@@ -8,7 +8,7 @@ Type: Informational
 Status: Active
 Version: 4
 Created: 2003-05-31
-Last-Modified: 2022-07-08
+Last-Modified: 2023-02-22
 Post-History: 2003-06-01, 2003-07-02, 2008-01-19, 2008-06-05, 2011-03-09,
               2013-12-14, 2017-09-17, 2018-07-10, 2019-11-24
 Content-Type: text/x-rst
@@ -294,7 +294,8 @@ The Created header records the date that the GLEP was 
assigned a number,
 Last-Modified specifies the date that the GLEP was last updated in the master
 branch, while Post-History is used to record the dates of when new versions
 of the GLEP are posted to the appropriate mailing list.  All three headers
-should be in ISO 8601 ``yyyy-mm-dd`` format, e.g. 2001-08-14.
+should be in ISO 8601 ``yyyy-mm-dd`` format, e.g. 2001-08-14, with the dates
+represented in UTC (Coordinated Universal Time).
 
 The format of a GLEP is specified with a Content-Type header, which
 must be "text/x-rst" for ReStructuredText GLEPs (see GLEP 2 [#GLEP2]_).

diff --git a/glep-0002.rst b/glep-0002.rst
index ab68ee9..95cbe7c 100644
--- a/glep-0002.rst
+++ b/glep-0002.rst
@@ -8,7 +8,7 @@ Type: Informational
 Status: Active
 Version: 4.1
 Created: 2003-05-31
-Last-Modified: 2022-07-09
+Last-Modified: 2023-02-22
 Post-History: 2003-06-02, 2013-12-17, 2017-09-17, 2019-11-24
 Content-Type: text/x-rst
 ---
@@ -98,7 +98,8 @@ directions below.
 - Reset the Version to "1".
 
 - Change the Created and Last-Modified headers to today's date.  Be sure to
-  follow the format carefully: it must be in ISO 8601 ``yyyy-mm-dd`` format.
+  follow the format carefully: it must be in ISO 8601 ``yyyy-mm-dd`` format,
+  with the date represented in UTC (Coordinated Universal Time).
 
 - Reset the Post-History to empty for now; you'll add dates to this header
   each time you post your GLEP to [email protected].  If you
@@ -107,8 +108,8 @@ directions below.
 
       Post-History: 2003-08-14, 2003-09-03
 
-  You must manually add new dates and check them in.  If you don't have
-  check-in privileges, send your changes to the GLEP editors.
+  You must manually add new dates (again, in UTC) and check them in.  If you
+  don't have check-in privileges, send your changes to the GLEP editors.
 
 - For Standards Track GLEPs, if your feature depends on the acceptance
   of some other currently in-development GLEP, add a Requires header right

Reply via email to