Source code for director.utime

import time

[docs]def getUtime(): return int(time.time() * 1e6)