I want to be able to get 10 digits after the period in the seconds. i want to be able to have something as follows:
14-07-2002 10:40:20.xxxxxxxxxx
how can i modify the below posted line of code to achieve that please?
code:
return datetime.now().strftime("%d-%b-%Y (%H:%M:%S.%f)")