1
0
Fork 0

bring arraydumper in line with json schema spec and packagist

pull/5753/head
Rob Bast 2016-10-04 13:15:09 +02:00
parent 23d2e5600a
commit 64317e1ff8
No known key found for this signature in database
GPG Key ID: 73076E35E6165F39
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class ArrayDumper
}
if ($package->getReleaseDate()) {
$data['time'] = $package->getReleaseDate()->format('Y-m-d H:i:s');
$data['time'] = $package->getReleaseDate()->format(DATE_RFC3339);
}
$data = $this->dumpValues($package, $keys, $data);