-
Notifications
You must be signed in to change notification settings - Fork 60
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
Date is always 1970 #66
Comments
That sounds like something is incorrect in your CalendarEventListener. This bundle doesn't control what you put in calendar events. |
This is my configuration:
And this is the class:
|
How are you creating the calendar event? that is handled automatically when the endpoint is called from the calendar JS. |
Sorry, maybe I explained bad my problem. I can put events in the calendar and they are correctly displayed.
Thanks. |
Hello, I configured the bundle and it's working fine except that when I call
$startDate = $calendarEvent->getStartDatetime();
the result is always1970-01-01 01:00:00.0 Europe/Rome (+01:00)
.Do you know why?
Thanks.
The text was updated successfully, but these errors were encountered: