We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e18a9f commit 6f18eedCopy full SHA for 6f18eed
app/settings.php
@@ -7,7 +7,7 @@
7
ini_set('display_errors', IS_DEBUG_MODE);
8
9
// Timezone
10
-date_default_timezone_set($_ENV['TIMEZONE'] ?? 'Europe/Dublin');
+date_default_timezone_set($_ENV['TIMEZONE'] ?? 'Europe/London');
11
12
// Settings
13
$settings = [];
0 commit comments