Skip to content

Commit c272354

Browse files
authored
Add information about local time (#1047)
1 parent 7059ba0 commit c272354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core-developers/committing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ for what was affected (e.g. ``Misc/NEWS.d/next/Library`` for changes relating
120120
to the standard library). The file name itself should be in the format
121121
``<datetime>.gh-issue-<issue-number>.<nonce>.rst``:
122122

123-
* ``<datetime>`` is today's date joined with a hyphen (``-``) to the current
124-
time, in the ``YYYY-MM-DD-hh-mm-ss`` format (e.g. ``2017-05-27-16-46-23``).
123+
* ``<datetime>`` is today's date joined with a hyphen (``-``) to your current
124+
local time, in the ``YYYY-MM-DD-hh-mm-ss`` format (e.g. ``2017-05-27-16-46-23``).
125125
* ``<issue-number>`` is the issue number the change is for (e.g. ``12345``
126126
for ``gh-issue-12345``).
127127
* ``<nonce>`` is a unique string to guarantee that the file name is

0 commit comments

Comments
 (0)