microsecondes de strftime python

from datetime import datetime
now = datetime.now()
now.strftime("%H:%M:%S.%f")
'12:19:40.948000'
Perfect Pollan