Steffen Daode Nurpmeso <[email protected]> added the comment:
> I also added an additional delta in case the file system clock
> is skewing relative to the system clock.
In fact this idea could even be made public e.g. like this
class ClockDrifter:
def add_snapshot(self, exttime, loctime=None):
if loctime is None:
loctime = time.time()
...
def drift_tendency(self):
...
def drift_distance(self):
...
I could think of usages thereof.
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue11999>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com