Appointment mode: bug with date + time (16:40) #76
Labels
Comments
The problem was the page break value. I changed the standard (15) to 100. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If a user books an appointment at 16:40 or later, the user gets the value: "01.01.1970, :00 - :20". We have the same problem for all dates.
The ICAL file has also the wrong value. But before 16:40, everything works as it should. Maybe this has something to do with PHP 7.1 and some changes in date handling?
The file with the problem is this one: https://github.com/Theophilix/event-table-edit/blob/master/site/controllers/appointmentform.php
The text was updated successfully, but these errors were encountered: