1
0

Fixed locale bug with timezones

This commit is contained in:
Christiaan Goossens 2017-03-31 18:43:23 +02:00
parent 87907bb633
commit 8883d28453

View File

@ -23,6 +23,7 @@ $settings = require __DIR__ . '/settings.php';
// Set Locale // Set Locale
setlocale(LC_MONETARY, 'nl_NL.UTF-8'); setlocale(LC_MONETARY, 'nl_NL.UTF-8');
date_default_timezone_set('Europe/Amsterdam');
// Create the Slim application object with the settings // Create the Slim application object with the settings
/** /**