[Python Question] How to get current TIME?

Sto

Should i code today ...
Joined
Dec 15, 2005
Messages
1,144
Location
Marseille (France)
I do not manage to find the current time . I try with 'import time' but time.time() always return the same value . I also always have the same date and time with Utils.formatdate() .
Is there a way of obtaining time running with python ??:confused:
I will like to know that to be able to estimate a computing time of my functions .

Thanks !
 
No problemo ... that goes with 'time.clock()'
 
Many thanks ! I will study that ! ... i don't know this website !
 
Back
Top Bottom