pydoit / doit

CLI task management & automation tool
http://pydoit.org
MIT License
1.85k stars 175 forks source link

Use uniform date format for TaskResult to_dict() #382

Closed kohtoa15 closed 3 years ago

kohtoa15 commented 3 years ago

Standard datetime to string conversion leaves open the possibility that in case of µs = 0, no decimals are displayed, which could break conversion back to datetime based on standard format.

kohtoa15 commented 3 years ago

@schettino72