Re: os.path.getmtime on winXP

2005-11-08 Thread Jorg Rødsjø
Bengt Richter wrote: How did you format the number you got from os.path.getmtime? I'm not doing any formating at all. I am just looking at the numbers of seconds since epoch. Which is what makes it so strange. You might want to try some of the above. I'll do that. At the moment I'm looking

Re: os.path.getmtime on winXP

2005-11-08 Thread Jorg Rødsjø
should think that they should both call the same underlying Windows-function. I hope this makes it more clear. Any idea why this happens? regards Jorg Rødsjø -- http://mail.python.org/mailman/listinfo/python-list

os.path.getmtime on winXP

2005-11-07 Thread Jorg Rødsjø
. What is happening here? My first thought is that getmtime should measure 'raw' time, and not be concerned with DST, and thus give me the same result no matter the date on the machine I call it. Is the module broken in some way, or am I just missing something here? regards Jorg Rødsjø -- http