private function extractDate(array $context, string $format = 'r') : string { return date($format, (int) $context['timestamp']); }