Skip to content

Commit 2242f5c

Browse files
committed
after-vaccine.html 直近の日付に取り急ぎ変更
1 parent 743a38c commit 2242f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

after-vaccine.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name='viewport' content='width=device-width, initial-scale=1'>
77
<script>
88
// 接種日時を設定
9-
const injection_date = new Date(2022, 3-1, 19, 16, 35);
9+
const injection_date = new Date(2022, 12-1, 12, 18, 0);
1010
function parse_ms(ms) {
1111
const total_second = Math.floor( ms / 1000 );
1212
const day = Math.floor( total_second / 86400 );

0 commit comments

Comments
 (0)