while working on facebook api I encountered a field called start_time is of type datetime, i declared a start_time field as a string in my DTO class, while i was converting json to java i could able to get the start_time and i populated in my dto object but when i tried retrievng from the DTO object it showing me null. while working on facebook api I encountered a f