Skip to content

Commit 030a933

Browse files
authored
Add timezone to app.php config
1 parent 8bbcc82 commit 030a933

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)