Details
Description
Currently pdf.py has a function, lastModified, that uses os.stat to determine the modification time. This should be switched to os.path.getmtime, which already does this in a single function call and returns a more accurate time.
Currently pdf.py has a function, lastModified, that uses os.stat to determine the modification time. This should be switched to os.path.getmtime, which already does this in a single function call and returns a more accurate time.