From b4ddb249c3bc9c546887a9ac414d6a4de2df3a63 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Sun, 16 Oct 2022 13:53:06 +0300 Subject: [PATCH] Fix bday config Signed-off-by: Ari Archer --- content/js/config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/js/config/index.js b/content/js/config/index.js index de51b0d..66e7af3 100644 --- a/content/js/config/index.js +++ b/content/js/config/index.js @@ -134,7 +134,7 @@ const escape_HTML = (str) => }[tag] || tag) ); -const BIRTHDAY = new Date(2020, 9, 16, 0, 0, 0, 0); // Ari-web start: 2020/10/17 +const BIRTHDAY = new Date(2020, 9, 17, 0, 0, 0, 0); // Ari-web start: 2020/10/17 /* let dt = new Date();