Problem/Motivation
Currently, values from core date-only fields don't always properly show as all day.
Proposed resolution
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.
Issue fork smart_date-3532927
Show commands
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.