On May 4, 12:26 am, Josef Dalcolmo <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have tried this only on Windows XP.
>
> in Python 2.4 os.path.getmtime() used to return an integer representing
> the local time.
The docs say "seconds since the epoch". Noting that the epoch is
usually defined with refer
Hello,
I have tried this only on Windows XP.
in Python 2.4 os.path.getmtime() used to return an integer representing
the local time.
in Python 2.5 os.path.getmtime() reports a float representing the GMT of the
file's modification time.
Since I could not find any documentation to this behavioura