Welcome Guest, Not a member yet? Register   Sign In
Can't change timezone
#1

[eluser]suntrop[/eluser]
I only get my dates in english, when I write something like …
Code:
date("l", $date)
// outputs Monday
// I want Montag

My php.ini has Europe/Berlin as its default timezone. Even if I put in my config.php my timezone
Code:
date_default_timezone_set('Europe/Berlin');
… I only get the english spelled weekdays.

Why? Where is Codeigniter changing my timezone? I didn't change it anywhere else.





Theme © iAndrew 2016 - Forum software by © MyBB