com doc/fr: Apply commit def2d256ef5806ca6e7b59e05b8ee312e3703a0f: reference/ftp/functions/ftp-mdtm.xml

[email protected] (George Peter Banyard) Wed, 24 Feb 2021 17:45:12 +0000
Newsgroups php.doc.fr
Message-ID <[email protected]>
Commit:    7d164634d8c1688471ee065d2a9defd46d4b42d0
Author:    George Peter Banyard <[email protected]>         Wed, 24 Feb 2021 15:25:20 +0000
Parents:   4d2758f6fe93f9141a7a4a238d0d75bc60713454
Branches:  master

Link:       http://git.php.net/?p=doc/fr.git;a=commitdiff;h=7d164634d8c1688471ee065d2a9defd46d4b42d0

Log:
Apply commit def2d256ef5806ca6e7b59e05b8ee312e3703a0f

Fix #47091: ftp_mdtm adjusts for local timezone

Bugs:
https://bugs.php.net/47091

Changed paths:
  M  reference/ftp/functions/ftp-mdtm.xml


Diff:
diff --git a/reference/ftp/functions/ftp-mdtm.xml b/reference/ftp/functions/ftp-mdtm.xml
index 97cee99fab..4556bdff9c 100644
--- a/reference/ftp/functions/ftp-mdtm.xml
+++ b/reference/ftp/functions/ftp-mdtm.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 18680fd1681731888c6fb7c530cfdb712f53e954 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: def2d256ef5806ca6e7b59e05b8ee312e3703a0f Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
 <refentry xml:id="function.ftp-mdtm" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -58,8 +58,9 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Retourne la date de dernière modification en tant que timestamp Unix en cas
-   de succès, ou -1 si une erreur survient.
+   Retourne la date de dernière modification en tant qu'un horodatage
+   <emphasis>locale</emphasis> Unix en cas de succès, ou -1 si
+   une erreur survient.
   </para>
  </refsect1>
  <refsect1 role="examples">