Closed (duplicate)
Project:
FullCalendar
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2026 at 05:08 UTC
Updated:
1 Mar 2026 at 03:10 UTC
Jump to comment: Most recent
Comments
Comment #2
mortona2k commentedThe date is correct in Fullcalendar View.
I think the adjustments are made here: https://git.drupalcode.org/project/fullcalendar_view/-/blob/5.3.x/src/Fu...
Comment #3
mortona2k commentedI noticed that when the date field is rendered with the default datetime formatter, the time is 12:00.
That must be coming from this default in DateTimeComputed.
I think this is the value used for the calendar?
Instead it should be treated as an all day event on the current date.
These issues seem related:
DateTimeComputed should be resilient to full datetime strings regardless storage format
Consider making "date only" a separate @DataType
Comment #4
mortona2k commentedThis was a bug caused by the related issue.