Caution: This documentation is for Exponential, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

TIMEZONES

Summary

Timezones

Description

The recommended way of setting timezones is via php.ini. However, you can set the default timezone for your Exponential application as shown below. More on supported timezones : http://www.php.net/manual/en/timezones.php.

date_default_timezone_set( 'Europe/Paris' )

Andrea Melo (21/06/2012 3:44 pm)

Andrea Melo (22/06/2012 9:55 am)


Comments

There are no comments.