We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da991a1 commit b008b08Copy full SHA for b008b08
config/index.js
@@ -1,10 +1,4 @@
1
-const startTime = new Date();
2
-
3
-startTime.setMonth(4);
4
-startTime.setDate(9);
5
-startTime.setHours(16);
6
-startTime.setMinutes(0);
7
-startTime.setSeconds(0);
+const startTime = new Date("2021-05-09 16:00:00 GMT");
8
function join(s) {
9
return s
10
.split(/\n/)
0 commit comments