Closed (fixed)
Project:
Smart Date
Version:
4.2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2025 at 13:15 UTC
Updated:
12 Jul 2025 at 13:49 UTC
Jump to comment: Most recent
Currently, values from core date-only fields don't always properly show as all day.
Specifically process values from core date datetime or datrerange fields that are not using the "datetime" storage to ensure they will be understood as all day.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
mandclu commentedI'm not entirely sure we shouldn't also be applying some form of conversion for core datetime values, but the changes here do address the specific problem with date-only fields.