<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Courier New, monospace" size="2">
<div>Zdravim,</div>
<div>&nbsp;</div>
<div>Mam problem pri nastaveni modify time souboru na hodnotu odpovidajici nejakemu letnimu casu. Cas nastavuju funkci os.utime():</div>
<div>&nbsp;</div>
<div>&gt;&gt;&gt; os.utime('2007_11_26\IMG_1944.JPG',(1178445665.0,1178445665.0))</div>
<div>&gt;&gt;&gt; os.path.getmtime('2007_11_26\IMG_1944.JPG')</div>
<div>1178445665.0</div>
<div>&gt;&gt;&gt; time.localtime(1178445665.0)</div>
<div>(2007, 5, 6, 12, 1, 5, 6, 126, 1)</div>
<div>&gt;&gt;&gt; time.ctime(1178445665.0)</div>
<div>'Sun May 06 <b>12:01</b>:05 2007'</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Windows (i dosacky dir) zobrazuji u uvedeneho souboru cas <b>11:01, tedy o hodinu mene:</b></div>
<div>&nbsp;</div>
<div>D:\Projects\python\MediaFiles_tools\2007_11_26&gt;dir</div>
<div> Volume in drive D is Second</div>
<div> Volume Serial Number is 365D-17C7</div>
<div>&nbsp;</div>
<div> Directory of D:\Projects\python\MediaFiles_tools\2007_11_26</div>
<div>&nbsp;</div>
<div>13.01.2009&nbsp; 15:27&nbsp;&nbsp;&nbsp; &lt;DIR&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .</div>
<div>13.01.2009&nbsp; 15:27&nbsp;&nbsp;&nbsp; &lt;DIR&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ..</div>
<div>06.05.2007&nbsp; <b>11:01</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 960&nbsp;371 IMG_1944.JPG</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 File(s)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 960&nbsp;371 bytes</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2 Dir(s)&nbsp;&nbsp; 7&nbsp;037&nbsp;947&nbsp;904 bytes free</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Pritom v Linuxu je vse OK a navic klon unixoveho programu ls pro windows taky zobrazuje spravnou hodnotu:</div>
<div>&nbsp;</div>
<div>D:\Projects\python\MediaFiles_tools\2007_11_26&gt;ls --full-time</div>
<div>total 940</div>
<div style="padding-right: -74pt; ">-rwx------&#43; 1 lanskym mkpasswd 960371 2007-05-06 <b>12:01</b>:05.000000000 &#43;0200 IMG_19</div>
<div>44.JPG</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Milan</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
</font>
<br clear=all> This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
</body>
</html>