<HTML><HEAD>
<META charset=US-ASCII http-equiv=Content-Type content="text/html; charset=US-ASCII">
<META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
<BODY style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; BACKGROUND-COLOR: #ffffff">
<DIV>I am playing with the Time Module, and was attempt to write a script which would tell me when a specific time was reached.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am using the integer number of seconds since the epoch.&nbsp; This is what I have:</DIV>
<DIV>&nbsp;</DIV>
<DIV>def test():<BR>&nbsp;&nbsp;&nbsp; now = 1086017720.0<BR>&nbsp;&nbsp;&nbsp; current = time.time()<BR>&nbsp;&nbsp;&nbsp; print current<BR>&nbsp;&nbsp;&nbsp; while now&lt;&gt;current:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; current = time.time()<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; print current<BR>&nbsp;&nbsp;&nbsp; print "now is acheived!"</DIV>
<DIV>&nbsp;</DIV>
<DIV>The problem is the count continues past the specific time.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks,</DIV>
<DIV>MB</DIV></BODY></HTML>