We're experiencing a weird problem with repeated data fields on a content type we've created. If we enter a time more than 2 months in the future to the day, the time will move ahead by 2 hours when we save the new content entry. Then when we edit the entry, the field will have advanced another 2 hours. This appears to go in an infinite loop, increasing by 2 hours on edit and on save.
Comments
Comment #1
Jonasvh commentedsame problem
subscribe
Comment #2
11thfinger commentedThe only way I could fix this (and about 20 other date related issues) was to switch to a host that provided PHP 5.2 support. I would recommend anyone using the date module extensively do the same, as it is not worth putting up with the headaches and random bugs that come with the PHP 4 hack/support.
Comment #3
karens commentedI cannot replicate the problem without more information about what type of date field this is and how it is configured. Plus I'm getting close to no longer spending time debugging the PHP4 problems. Things work fine in PHP 5.2+ and that is a far far better solution.
Comment #4
arlinsandbulte commentedI agree with #2 & #3