Fixed locale bug with timezones
This commit is contained in:
parent
87907bb633
commit
8883d28453
@ -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
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user