After some research I couldn't find any solution to this so here it goes:
Python's command:
time.ctime(os.path.getctime('/path'))
displays output as (e.g):
Fri Dec 2 16:06:05 2016
.
How can I make it display not only hours/minutes/seconds but also milliseconds?