Use UTC for consistent behaviour
This commit is contained in:
parent
0dc6af5984
commit
ec5993e585
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ client.whitelist = {
|
||||||
guild: new Collection(),
|
guild: new Collection(),
|
||||||
user: new Collection()
|
user: new Collection()
|
||||||
}
|
}
|
||||||
|
process.env.TZ = "UTC";
|
||||||
|
|
||||||
createAndLoadWhitelistTable(client.whitelist);
|
createAndLoadWhitelistTable(client.whitelist);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue