1
0
Fork 0

Fixed locale bug with timezones

merge-requests/3/head
Christiaan Goossens 7 years ago
parent 87907bb633
commit 8883d28453

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