Hi Jorge, thank you very much for the guidance, I have already created the post on stackoverflow.
https://stackoverflow.com/questions/58330683/not-returns-dates-well-into-java-app-engine This is the filter that I am applying and the ordering of the date in the offspring List operationList = ofy().load().type(Operation.class).filter(compositeFilter).order("-date").order("-codeOperation").list(); El jueves, 10 de octubre de 2019, 10:50:03 (UTC-5), George (Cloud Platform Support) escribió: > > Hola joan > > ¿Cómo realizó la consulta? ¿Te refieres a com.google.appengine.api? consulta > de clase del > <https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/datastore/Query> > > almacén de datos ? Hay una Enum Query.SortDirection. ¿Usaste Cloud SQL? > <https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/datastore/Query> > > Este grupo de discusión está más orientado hacia opiniones generales, > tendencias y cuestiones de naturaleza general que afectan a App Engine y > Cloud SQL. Para el orden de las consultas por problemas, es posible que > reciba un mejor servicio en foros dedicados como stackoverflow, donde los > programadores experimentados están al alcance y listos para ayudar. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/e9266565-ff27-4ead-a415-f0798c10388b%40googlegroups.com.
