Skip to content

Commit 957c7dd

Browse files
author
Odiumediae
authored
Fix Unixtime
From 1977 to 1970.
1 parent de0e781 commit 957c7dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const defaults = {
77
url: 'https://gitlab.com/api/v4',
88
token: false,
99
project: false,
10-
from: "1977-01-01",
10+
from: "1970-01-01",
1111
to: moment().format(),
1212
iids: false,
1313
closed: false,
@@ -82,4 +82,4 @@ class config {
8282
}
8383
}
8484

85-
module.exports = config;
85+
module.exports = config;

0 commit comments

Comments
 (0)