Skip to content

docker-gc: fix datetime parsing

Jaime Nuche requested to merge fix-datetime-parsing into master

Docker volume creation dates are in ISO 8601, which means that when in UTC they are formatted with a Z at the end of the date string

Merge request reports