Compare commits
No commits in common. "92b78e9c40c4659fbaa1fafd5277e289dbc7aea8" and "d3ed36c1d79526196c712fdaf38c804f497150fd" have entirely different histories.
92b78e9c40
...
d3ed36c1d7
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:59:00`);
|
||||
let date = new Date(`${showtime_input}T23:00:00`);
|
||||
convertToUserTimezone(date);
|
||||
|
||||
fetch(`${config.public.apiURL}/showings/`, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue