Closed (works as designed)
Project:
Date
Version:
7.x-2.6
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2013 at 09:10 UTC
Updated:
22 Mar 2014 at 02:03 UTC
Jump to comment: Most recent
Comments
Comment #1
aleksijohansson commentedI have exactly the same issue, but when migrating content with date field from D6 to D7.
Comment #2
2phaI have stumbled upon this problem today. Must have something to do with the timezone. Did you come up with a solution?
Comment #3
2phaTurns out it was because I had my site timezone set to 'Australia/Brisbane' but was not setting the timezone of the field when migrating. So I assume the migrate was setting the migrated date field to UTC and then the field was converting on output.
When setting the datefield timezone to the same as the site on migration, I got the expected results.
I am changing status to works as designed