Fix locale
authorJoey Schulze <joey@infodrom.org>
Wed, 4 Nov 2015 11:44:37 +0000 (11:44 +0000)
committerJoey Schulze <joey@infodrom.org>
Wed, 4 Nov 2015 11:44:37 +0000 (11:44 +0000)
src/Termine/index.wml

index 5458bd9..230cc8d 100644 (file)
@@ -5,7 +5,7 @@
 <php_utils>
 
 <?
-  setlocale(LC_TIME, "de_DE.UTF-8");
+  setlocale(LC_TIME, "de_DE");
   $dates = readdb("dates-".date("Y").".txt");
 ?>