console-logging icon indicating copy to clipboard operation
console-logging copied to clipboard

Datetime

Open AndreiDz opened this issue 1 year ago • 0 comments

https://github.com/cuuupid/console-logging/blob/62ed79d1a47645026d70f6e20407fa1d6e605f8d/console_logging/console.py#L22 "[%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'))

AndreiDz avatar Oct 30 '23 21:10 AndreiDz