updating time when creating showtime date
This commit is contained in:
parent
d3ed36c1d7
commit
a0603e5da4
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ const schedule = function (e: Event) {
|
|||
return false;
|
||||
}
|
||||
|
||||
let date = new Date(`${showtime_input}T23:00:00`);
|
||||
let date = new Date(`${showtime_input}T23:59:00`);
|
||||
convertToUserTimezone(date);
|
||||
|
||||
fetch(`${config.public.apiURL}/showings/`, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue