日期和时间以UTC和本地格式在Magento
问题描述:
我在Magento页面中显示日期和时间。显示的时间是从服务器(我猜),我需要我的本地时间(UTC +4:00)我用下面的代码(感谢询问服务):日期和时间以UTC和本地格式在Magento
<div class="header-right"> <div class="clear"></div>
<div style="text-align: right;" class="date-time"> <?php echo strftime('%c');?> </div>
任何支持将是非常apreciated。
网站:www.ozams.com
答
您需要使用,因为与本地时间问题唯一的服务器时间。如果您当地的时间不对,则会显示错误的日期。 希望下次链接将帮助您在格式: Magento: Date format troubles Playing with dates in magento Guide through Magento’s timezones 我猜你的问题是在你的设置