| ␊ | 
| $dates = array();␊ | 
| foreach ($certs['date'] as $date)␊ | 
| $dates[] = gmdate('Y-m-d H:i:s', strtotime($date));␊ | 
| $dates[] = date('Y-m-d H:i:s', strtotime($date));␊ | 
| $file['date'] = implode(', ', $dates);␊ | 
| $file['log'] = implode("\n---\n", $certs['changelog']);␊ | 
| }␊ | 
|  | 
| ␊ | 
| $dates = array();␊ | 
| foreach ($certs['date'] as $date)␊ | 
| $dates[] = gmdate('Y-m-d H:i:s', strtotime($date));␊ | 
| $dates[] = date('Y-m-d H:i:s', strtotime($date));␊ | 
| $file['date'] = implode(', ', $dates);␊ | 
| $file['log'] = implode("\n---\n", $certs['changelog']);␊ | 
| }␊ | 
|  | 
| ␊ | 
| $dates = array();␊ | 
| foreach ($certs['date'] as $date)␊ | 
| $dates[] = gmdate('Y-m-d H:i:s', strtotime($date));␊ | 
| $dates[] = date('Y-m-d H:i:s', strtotime($date));␊ | 
| $res['date'] = implode(', ', $dates);␊ | 
| ␊ | 
| $res['title'] = implode("\n---\n", $certs['changelog']);␊ | 
|  | 
| ␊ | 
| $dates = array();␊ | 
| foreach ($certs['date'] as $date)␊ | 
| $dates[] = gmdate('Y-m-d H:i:s', strtotime($date));␊ | 
| $dates[] = date('Y-m-d H:i:s', strtotime($date));␊ | 
| $log['date'] = implode(', ', $dates);␊ | 
| ␊ | 
| $combinedChangelog = implode("\n---\n", $certs['changelog']);␊ |