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
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
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