Searched refs:mod_time (Results 1 - 3 of 3) sorted by relevance

/pkg/src/modules/client/
H A Dpublisher.py1358 mod_time = os.stat(lcfile).st_mtime
1363 return dt.datetime.utcfromtimestamp(mod_time)
/pkg/src/modules/
H A Dcatalog.py263 mod_time = os.stat(self.pathname).st_mtime
268 return datetime.datetime.utcfromtimestamp(mod_time)
/pkg/src/modules/server/
H A Drepository.py911 mod_time = os.stat(pathname).st_mtime
916 return datetime.datetime.utcfromtimestamp(mod_time)

Completed in 48 milliseconds