<?php
$feed = new ezcFeed( 'atom' );
$feed->updated = null;
return $feed;
?>
