Fix bday config

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-10-16 13:53:06 +03:00
parent e5f674c19b
commit b4ddb249c3

View file

@ -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();