Skip to content

Commit 1f72feb

Browse files
committed
接種時間が微妙にずれていたので修正
1 parent 3e8f6aa commit 1f72feb

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, 15);
9+
const injection_date = new Date(2022, 3-1, 19, 16, 35);
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)