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

branch
eric7
changeset 8952
b6311a17471a
parent 8596
d64760b2da50
equal deleted inserted replaced
8951:996bb6fea7dd 8952:b6311a17471a
12 Module implementing some file system utility functions. 12 Module implementing some file system utility functions.
13 </p> 13 </p>
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15 15
16 <table> 16 <table>
17 <tr><td>None</td></tr> 17 <tr><td>MPY_EPOCH</td></tr>
18 </table> 18 </table>
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20 20
21 <table> 21 <table>
22 <tr><td>None</td></tr> 22 <tr><td>None</td></tr>
214 <div align="right"><a href="#top">Up</a></div> 214 <div align="right"><a href="#top">Up</a></div>
215 <hr /> 215 <hr />
216 <hr /> 216 <hr />
217 <a NAME="mtime2string" ID="mtime2string"></a> 217 <a NAME="mtime2string" ID="mtime2string"></a>
218 <h2>mtime2string</h2> 218 <h2>mtime2string</h2>
219 <b>mtime2string</b>(<i>mtime</i>) 219 <b>mtime2string</b>(<i>mtime, adjustEpoch=False</i>)
220 220
221 <p> 221 <p>
222 Function to convert a time value to a string representation. 222 Function to convert a time value to a string representation.
223 </p> 223 </p>
224 <dl> 224 <dl>
225 225
226 <dt><i>mtime</i> (int)</dt> 226 <dt><i>mtime</i> (int)</dt>
227 <dd> 227 <dd>
228 time value 228 time value
229 </dd> 229 </dd>
230 <dt><i>adjustEpoch</i> (bool (optional))</dt>
231 <dd>
232 flag indicating to adjust the time for the difference
233 of the MPy epoch (defaults to False)
234 </dd>
230 </dl> 235 </dl>
231 <dl> 236 <dl>
232 <dt>Return:</dt> 237 <dt>Return:</dt>
233 <dd> 238 <dd>
234 string representation of the given time 239 string representation of the given time

eric ide

mercurial