This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: