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..
