![]() |
|
|
|
#1
|
|||
|
|||
|
Timing Issue
I am getting the output as
male1_head_position: [0.0054466063156723976, 1.7178937196731567, -1.9990379810333252] 00:01:19 2 male1_head_position: [0.0054466063156723976, 1.7178937196731567, -1.9990379810333252] 00:02:39 3 But, this is the elasped time. I wanted the system time in hrs:mins:secs format. Thanks Uttama |
|
#2
|
|||
|
|||
|
Have a look at the Python documentation for the time module. It describes all the functionality you need. In this case you would use the time.localtime() function:
Code:
time.strftime('%H:%M:%S',time.localtime())
|
|
#3
|
|||
|
|||
|
Timing Issue
Your suggestions are really valuable. It works great.
Lots of thanks Uttama |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Timing | jaclyn.bill | Vizard | 2 | 10-19-2007 03:34 AM |
| stereo projection issue | asimbh | Vizard | 3 | 10-05-2007 10:22 AM |
| cal3d exporter issue | reiverlass | Vizard | 4 | 07-18-2007 12:08 PM |
| viewing issue. | cantwelljm | Vizard | 3 | 03-29-2006 12:03 PM |
| vizard 2.5 compatability issue | shai | Vizard | 3 | 08-10-2005 04:35 PM |