[Twisted-Python] time

Antony Kummel antonykummel at yahoo.com
Mon Sep 5 04:09:42 MDT 2005


Hi,

I noticed that the convention in Twisted is to measure
time with python.runtime.seconds. This in turn uses
time.time which is sensitive to the system clock,
meaning that it may return decreasing values if the
user sets the system clock to an earlier time between
calls. This would likely break many things, no? Why
not use time.clock or some combination between them?

Antony Kummel


	
		
______________________________________________________
Click here to donate to the Hurricane Katrina relief effort.
http://store.yahoo.com/redcross-donate3/




More information about the Twisted-Python mailing list