When mapping timestamps to CCK date fields date is always set to now
halstead - July 9, 2009 - 23:34
| Project: | Feed Element Mapper |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | halstead |
| Status: | fixed |
Description
It appears that date_constructor->set_value() in feedapi_mapper_date.inc doesn't know know what to do with timestamps. As a result unix style timestamps are always resolved as the current time.

#1
It seems that letting the function know about the start_stamp and end_stamp keys fixes the problem.
#2
This still seems to be an issue. A fresh patch against HEAD is attached.
#3
This appears to be committed into 6.x-1.3.