See attached picture,
"Schedule" is a Datestamp CCK field, "S2" is a Date CCK field.
Change them via comment driven, S2 is correct, while Schedule is always shown today to today.
(The values in the node are correct. Just not correct in the comments.)

CommentFileSizeAuthor
datestamp.png3.31 KBJ3

Comments

arhak’s picture

Status: Active » Postponed (maintainer needs more info)

is that datestamp field using timezones? if so, please report back over here #792198: unmodified dates get shifted (having time zone)

in any case, enable comment_driven_inspect
and provide the dumped data (when clicking on the "inspect" link that appears on each diff table)

J3’s picture

No. The granularity is year/month/day, so cannot enable timezone.

I replaced Datestamp with Date type as a workaround. So I cannot report details for now.