I am sending the DateTime field from Java to documentdb/SQL API to cosmos db . but it is saving the datetime as a number in documentdb , if i parse my datetime value to string then documentdb is showing correctly in string form , but i need it in datetime format in documentdb/SQL API .
What's the best practise to save datetime value in documentdb without parsing it to string?
What is the value of the date field in the documentdb collection if i not parse my datetime field to string ? for i.e "loggedAt": 1554207604392
is showing this number in documentdb . Can anyone please help me on this .
Document Db Item, highlighted field is the datetime which i am sending from java