Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 030a933

Browse filesBrowse files
authored
Add timezone to app.php config
1 parent 8bbcc82 commit 030a933
Copy full SHA for 030a933

File tree

Expand file treeCollapse file tree

1 file changed

+13
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+13
-0
lines changed

‎config/app.php

Copy file name to clipboardExpand all lines: config/app.php
+13Lines changed: 13 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.