- 
                Notifications
    
You must be signed in to change notification settings  - Fork 7
 
Open
Description
| return "[%d:%d:%d:%d]" % (dt.now().time().hour, dt.now().time().minute, dt.now().time().second, dt.now().time().microsecond) | 
"[%d:%d:%d:%d]" % (dt.now().time().hour, dt.now().time().minute, dt.now().time().second, dt.now().time().microsecond)
Can use strftime
datetime.datetime.now().strftime('%H:%M:%S:%f'))
Metadata
Metadata
Assignees
Labels
No labels