Skip to content

Commit cef7d0a

Browse files
author
Lucien Gentis
committed
fr doc XML file update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1921418 13f79535-47bb-0310-9956-ffa450edef68
1 parent f45abec commit cef7d0a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/manual/mod/core.xml.fr

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
4-
<!-- English Revision: 1918893:1921401 (outdated) -->
4+
<!-- English Revision: 1921401 -->
55
<!-- French translation : Lucien GENTIS -->
66
<!-- Reviewed by : Vincent Deffontaines -->
77

@@ -1888,9 +1888,19 @@ ErrorLogFormat "[%t] [%l] [pid %P] %F: %E: [client %a] %M"
18881888
<td>L'heure courante avec les microsecondes</td></tr>
18891889

18901890
<tr><td><code>%{cu}t</code></td>
1891-
<td>L'heure courante au format compact ISO 8601, avec les
1891+
<td>L'heure courante au format ISO 8601 étendu (compact), avec les
18921892
microsecondes</td></tr>
18931893

1894+
<tr><td><code>%{cuz}t</code></td>
1895+
<td>L'heure actuelle au format ISO 8601 étendu (compact), avec les
1896+
microsecondes et la zone horaire au format standard ISO 8601:2000.
1897+
Disponible depuis la version 2.4.58 seulement</td></tr>
1898+
1899+
<tr><td><code>%{%-format}t</code></td>
1900+
<td>L'heure actuelle formatée selon la fonction
1901+
<code>strftime(3)</code>. Disponible depuis la version 2.4.58
1902+
seulement</td></tr>
1903+
18941904
<tr><td><code>%v</code></td>
18951905
<td>Le nom de serveur canonique <directive
18961906
module="core">ServerName</directive> du serveur courant.</td></tr>

0 commit comments

Comments
 (0)