| Project: | Date |
| Version: | 7.x-2.6 |
| Component: | Date API |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Our team is working on a project involving the use of the Services API, and we are encountering issues where we cannot store changes to any node field of the contrib type Date (Unix Timestamp) from a RESTful API POST call
The actual field itself in our content type is set to a Unix timestamp with a textfield widget, and any attempts to set it by passing a valid timestamp to the attribute value (and even with all the possible fields) accomplishes nothing -- the node is created with no changes to the Date field created.
The version of Services being used for this is 7.x-3.3+13-dev. If this is the wrong place to file this, let me know. I'm only assuming this is the case because I see issues discussing this with CCK and D6.