Re: os.time()

2006-05-30 Thread Steve Holden
Diez B. Roggisch wrote: > Anthony wrote: > > >>i have a problem with the os.times() command, on different Python >>versions, i get different printout: > > > >>and on the 3 servers, the linux command: $date >>returns the same value. >> >>any suggestions??? >>what is the command that gives m

Re: os.time()

2006-05-30 Thread Steve Holden
Diez B. Roggisch wrote: > Anthony wrote: > > >>i have a problem with the os.times() command, on different Python >>versions, i get different printout: > > > >>and on the 3 servers, the linux command: $date >>returns the same value. >> >>any suggestions??? >>what is the command that gives m

Re: os.time()

2006-05-30 Thread Diez B. Roggisch
Anthony wrote: > i have a problem with the os.times() command, on different Python > versions, i get different printout: > 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 o