Welcome Guest, Not a member yet? Register   Sign In
date
#3

[eluser]danmontgomery[/eluser]
timezone.ini?

set date.timezone in php.ini:

Code:
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = Europe/Paris

Then restart apache. See http://php.net/manual/en/timezones.php for a list of valid timezones

Or, at the top of index.php, include:

Code:
date_default_timezone_set('Europe/Paris');


Messages In This Thread
date - by El Forum - 08-03-2011, 04:15 AM
date - by El Forum - 08-03-2011, 06:09 AM
date - by El Forum - 08-03-2011, 06:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB