eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileSystemUtilities.html

branch
eric7
changeset 8952
b6311a17471a
parent 8596
d64760b2da50
--- a/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileSystemUtilities.html	Fri Feb 18 17:44:19 2022 +0100
+++ b/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileSystemUtilities.html	Sun Feb 20 16:25:22 2022 +0100
@@ -14,7 +14,7 @@
 <h3>Global Attributes</h3>
 
 <table>
-<tr><td>None</td></tr>
+<tr><td>MPY_EPOCH</td></tr>
 </table>
 <h3>Classes</h3>
 
@@ -216,7 +216,7 @@
 <hr />
 <a NAME="mtime2string" ID="mtime2string"></a>
 <h2>mtime2string</h2>
-<b>mtime2string</b>(<i>mtime</i>)
+<b>mtime2string</b>(<i>mtime, adjustEpoch=False</i>)
 
 <p>
     Function to convert a time value to a string representation.
@@ -227,6 +227,11 @@
 <dd>
 time value
 </dd>
+<dt><i>adjustEpoch</i> (bool (optional))</dt>
+<dd>
+flag indicating to adjust the time for the difference
+        of the MPy epoch (defaults to False)
+</dd>
 </dl>
 <dl>
 <dt>Return:</dt>

eric ide

mercurial