Skip to content

Commit 293f8c3

Browse files
authored
Merge pull request laravel-zero#425 from jbrooksuk/patch-1
Add `timezone` key to `app.php` config
2 parents 8bbcc82 + 030a933 commit 293f8c3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

config/app.php

+13
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,19 @@
4141
*/
4242

4343
'env' => 'development',
44+
45+
/*
46+
|--------------------------------------------------------------------------
47+
| Application Timezone
48+
|--------------------------------------------------------------------------
49+
|
50+
| Here you may specify the default timezone for your application, which
51+
| will be used by the PHP date and date-time functions. We have gone
52+
| ahead and set this to a sensible default for you out of the box.
53+
|
54+
*/
55+
56+
'timezone' => 'UTC',
4457

4558
/*
4659
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)