We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bbcc82 commit 030a933Copy full SHA for 030a933
config/app.php
@@ -41,6 +41,19 @@
41
*/
42
43
'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',
57
58
/*
59
|--------------------------------------------------------------------------
0 commit comments