a41b05b Provide only integer modtimes.

Authored and Committed by tibbs 5 years ago
    Provide only integer modtimes.
    
    Whether a stat call gives an int or a float depends on the python
    version.  The extra precision of floats isn't particularly useful to us,
    so make certain that we only use ints.
    
        
file modified
+4 -1