Skip to content

Commit 3558c5c

Browse files
committed
fix saving filename
1 parent 0b8eee8 commit 3558c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ function getTimeList() {
646646
const time = [
647647
date.getFullYear(),
648648
date.getMonth() + 1,
649-
date.getDay(),
649+
date.getDate(),
650650
date.getHours(),
651651
date.getMinutes(),
652652
date.getSeconds()

0 commit comments

Comments
 (0)