Skip to content

Commit b4daebe

Browse files
committed
Merge branch 'modify-after-vaccine-202203-fix-time'
2 parents 3e8f6aa + 1f72feb commit b4daebe

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)