Merge pull request 'updating time when creating showtime date' (#17) from fix-timezone-handling-again into main
Reviewed-on: #17
This commit is contained in:
commit
92b78e9c40
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