DateTime field seems to shift by a day after copy

1
I am noticing that a DateTime field that I am copying from one object is showing up as a day earlier in the object I am copying to.
asked
1 answers
1

One idea: the attribute on the object you are copying from does not localize time/date and the attribute on the object you are copying to does? (i.e. 1AM on the non-localized attribute would be 8PM Eastern Time US on the localized attribute, thus a different day)

answered