<?php
/**
 * 2007-2015 PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * No redistribute in other sites, or copy.
 *
 * @author    RSI <rsi@rsi>
 * @copyright 2007-2015 RSI
 * @license   http://localhost
 */

$now = new DateTime(); 
echo $now->format('M j, Y H:i:s O').'\n'; 
?>