Anthony wrote: > i have a problem with the os.times() command, on different Python > versions, i get different printout: <snip/>
> and on the 3 servers, the linux command: $date > returns the same value..... > > any suggestions??? > what is the command that gives me the actual time? time.time(), not os.times(). The latter is for process-times. No idea why it can become _negative, though. Diez -- http://mail.python.org/mailman/listinfo/python-list