1
0
Fork 0

Changed date format to DATE_RFC3399 for packages with git/hg repositories

pull/6461/head
Sergey Shcherbin 2017-06-01 20:48:03 +03:00
parent 27ee47def7
commit c890d660cd
1 changed files with 1 additions and 1 deletions

View File

@ -432,6 +432,6 @@ class Locker
}
}
return $datetime ? $datetime->format('Y-m-d H:i:s') : null;
return $datetime ? $datetime->format(DATE_RFC3339) : null;
}
}