getTimestamp(); case 'http': return $date->format("D, d M Y H:i:s \G\M\T"); case 'iso8601': default: return $date->format(\DateTime::ATOM); } } }