I recently opened Visual Studio and rebuilt a Docker Compose project without making any changes since it was last run.
Visual Studio's Containers window shows a banner saying "An error occurred during the stream operation":

When I click the View Details link, I get a dialog box saying:
Containers Tools Extensions
invalid value for "since": failed to parse value as time or duration: "16:12:44".\r\n\r\nFor more troubleshooting information, go to https://aka.ms/DockerToolsTroubleshooting
The broken formatting (CRLF literals, lowercase starting letter on the error message, weird pluralisation and formatting of the header, etc.) are all exactly as per the dialog, which makes it feel like an error generated by a less trustworthy third party:

I've seen this dialog before and I'm fairly sure it went away once I restarted Docker, but surely 16:12:44 is a valid duration, and should be supported.