This website works better with JavaScript.
Home
Help
Sign In
l4p1n
/
discord-local-api
Watch
2
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Change timezone from Europe/Paris to UTC to avoid TZ parsing issues on the bot
master
l4p1n
1 year ago
parent
993064583c
commit
8d6dd94a0e
Signed by:
l4p1n
GPG Key ID:
8A2C2F68B58DC35C
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config/app.php
+ 1
- 1
config/app.php
View File
@ -67,7 +67,7 @@ return [
|
*/
'timezone'
=>
'
Europe/Paris
'
,
'timezone'
=>
'
UTC
'
,
/*
|--------------------------------------------------------------------------
Write
Preview
Loading…
Cancel
Save