File tree Expand file tree Collapse file tree 3 files changed +222
-221
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +222
-221
lines changed
Original file line number Diff line number Diff line change 8
8
msgstr ""
9
9
"Project-Id-Version : Python 3.6\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2018-04-29 00:24 +0200\n "
11
+ "POT-Creation-Date : 2018-05-05 20:27 +0200\n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"Language-Team : LANGUAGE <LL@li.org>\n "
@@ -374,9 +374,9 @@ msgstr ""
374
374
375
375
#: ../Doc/howto/logging.rst:299
376
376
msgid ""
377
- "The default format for date/time display (shown above) is ISO8601. If you "
378
- "need more control over the formatting of the date/time, provide a *datefmt* "
379
- "argument to ``basicConfig``, as in this example::"
377
+ "The default format for date/time display (shown above) is like ISO8601 or "
378
+ "RFC 3339. If you need more control over the formatting of the date/time, "
379
+ "provide a *datefmt* argument to ``basicConfig``, as in this example::"
380
380
msgstr ""
381
381
382
382
#: ../Doc/howto/logging.rst:307
Original file line number Diff line number Diff line change 8
8
msgstr ""
9
9
"Project-Id-Version : Python 3.6\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2018-04-29 00:24 +0200\n "
11
+ "POT-Creation-Date : 2018-05-05 20:27 +0200\n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"Language-Team : LANGUAGE <LL@li.org>\n "
@@ -821,11 +821,11 @@ msgstr ""
821
821
msgid ""
822
822
"The ``format`` entry is the overall format string, and the ``datefmt`` entry "
823
823
"is the :func:`strftime`\\ -compatible date/time format string. If empty, "
824
- "the package substitutes ISO8601 format date/times, which is almost "
824
+ "the package substitutes ISO8601-style format date/times, which is almost "
825
825
"equivalent to specifying the date format string ``'%Y-%m-%d %H:%M:%S'``. "
826
- "The ISO8601 format also specifies milliseconds, which are appended to the "
827
- "result of using the above format string, with a comma separator. An example "
828
- "time in ISO8601 format is ``2003-01-23 00:29:50,411``."
826
+ "This format also specifies milliseconds, which are appended to the result of "
827
+ "using the above format string, with a comma separator. An example time in "
828
+ "this format is ``2003-01-23 00:29:50,411``."
829
829
msgstr ""
830
830
831
831
#: ../Doc/library/logging.config.rst:792
You can’t perform that action at this time.
0 commit comments