Removing non standard server time.

This commit is contained in:
Dennis Eichhorn 2016-01-01 10:30:15 +01:00
parent 1c98dbbbcf
commit 98b72df5a4

View File

@ -95,10 +95,6 @@ class Localization
*/
public function __construct()
{
// TODO: implement!!!
setlocale(LC_TIME, '');
setlocale(LC_NUMERIC, '');
setlocale(LC_MONETARY, '');
}
/**