Can anybody tell what is the module/method used to get current time?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
And just the time:
See the documentation for more info. |
|||||||||||||
|
|
You can use
|
|||||||||||||
|
That outputs the current GMT in the specified format. There is also a localtime() method. This page has more details. |
|||||||||
|
|
Similar to Harley's answer, but use the
|
|||
|
|
|
Do
t - float number, good for time interval measurement there is some difference for Unix and Windows platforms. |
|||||||||||
|
|
If you need current time as a
|
|||||||||
|
|
||||
|
|
protected by casperOne♦ Apr 26 '12 at 12:03
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.


