We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7059ba0 commit c272354Copy full SHA for c272354
core-developers/committing.rst
@@ -120,8 +120,8 @@ for what was affected (e.g. ``Misc/NEWS.d/next/Library`` for changes relating
120
to the standard library). The file name itself should be in the format
121
``<datetime>.gh-issue-<issue-number>.<nonce>.rst``:
122
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``).
+* ``<datetime>`` is today's date joined with a hyphen (``-``) to your current
+ local time, in the ``YYYY-MM-DD-hh-mm-ss`` format (e.g. ``2017-05-27-16-46-23``).
125
* ``<issue-number>`` is the issue number the change is for (e.g. ``12345``
126
for ``gh-issue-12345``).
127
* ``<nonce>`` is a unique string to guarantee that the file name is
0 commit comments