What is the module/method used to get the current time?
>>> import datetime, time >>> time = time.strftime("%H:%M:%S:%MS", time.localtime()) >>> print time '00:21:38:20S'