the_time() Shows German Output
-
Hi,
I have currently copied my current WP to a local XAMPP installation and upgraded it to 2.5 to test my theme and plugins. After finding out that mod_rewrite has to be initialized by manually changing XAMPP’s httpd-file, even permalinks work well now.
But using “the_time()” produces a funny result.
I usethe_time('F jS, Y @ H:i:s O (T)')
to show when a post was written. Online, this leads to something like this:
“Wednesday, April 16th @ 22:35 +0200 (CEST)”With my local XAMPP under XP (German), it says the German “(Westeurop?ische Sommerzeit)” instead of the English “(CEST)”… and the “?” is transformed into a diamond with a question mark.
Must have to do with some kind of localization… I do not want to show the German text but the English one.
Does anyone know how to get back the English text?
- The topic ‘the_time() Shows German Output’ is closed to new replies.