Hi, I asked the question during OData TC meeting, and TC clarified that, the EdmDate and EdmTimeOfDay MUST not assume *any* timezone information while consuming or producing the payload. Olingo library does not conform to this. There is little more information on this at https://issues.jboss.org/browse/TEIID-3938
I will add JIRA to correct this issue. If you feel this in-correct please start the discussion. Ramesh.. ----- Original Message ----- > Hello, > > The issue we are seeing is EdmDate and EdmTimeOfDay both assume GMT for > incoming string values in Olingo library - however when the convert from > Java objects to string they use the local/default Calendar. I can't find any > spec reference on this either. This seems like it could be a bug since it is > asymmetric behavior. Is this intentional? If not, should the serializers > always assume GMT? > > Thanks > > Ramesh..
