In file D:\oblib-core\php\section\default.section.php between lines 45 and 52.
<?php
/**
*
*/
class Section_Default extends dataSection
{
function ___construct ()
{
$this->___Push (new dataDatetime ('Now', time ()));
}
}
?>