Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.

Commit a5325ee

Browse files
committed
happenedAtのseterの時間の部分を9時にした
1 parent 56ea08f commit a5325ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/EditAchievement.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export default {
155155
return date;
156156
},
157157
set(newValue) {
158-
this.achievement.happened_at = `${newValue}T00:00:00Z`;
158+
this.achievement.happened_at = `${newValue}T09:00:00Z`;
159159
},
160160
},
161161
isImageTooLarge() {

0 commit comments

Comments
 (0)