Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appointment mode: bug with date + time (16:40) #76

Closed
Theophilix opened this issue Oct 8, 2017 · 1 comment
Closed

Appointment mode: bug with date + time (16:40) #76

Theophilix opened this issue Oct 8, 2017 · 1 comment

Comments

@Theophilix
Copy link
Owner

Theophilix commented Oct 8, 2017

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

@Theophilix Theophilix changed the title bug in appointment mode with date + time (16:40) Appointment mode: bug with date + time (16:40) Oct 8, 2017
@Theophilix
Copy link
Owner Author

The problem was the page break value. I changed the standard (15) to 100.

Theophilix pushed a commit that referenced this issue Oct 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant