Skip to content

Commit

Permalink
Show correct time in upload dialog, fix #912 (#917)
Browse files Browse the repository at this point in the history
Co-authored-by: Dennis Benz <dennis.benz@uos.de>
  • Loading branch information
dennis531 and Dennis Benz authored Jan 26, 2024
1 parent 3b17d81 commit 21a23ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vueapp/components/Videos/VideoUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export default {
creator: this.currentUser.username,
contributor: this.currentUser.fullname,
playlist_token: null,
recordDate: format(new Date(), "yyyy-MM-dd'T'HH:ii", { locale: de}),
recordDate: format(new Date(), "yyyy-MM-dd'T'HH:mm", { locale: de}),
subject: this.$gettext('Medienupload, Stud.IP')
},
files: {
Expand Down

0 comments on commit 21a23ea

Please sign in to comment.